forked from StudioInfinity/dyna3
Specify fonts
This should help the interface look more consistent across platforms. The font choices are just placeholders: consistency is the main goal.
This commit is contained in:
parent
7361f1a721
commit
4ecb39e73a
3 changed files with 10 additions and 0 deletions
|
@ -202,6 +202,7 @@ pub fn AddRemove() -> View {
|
|||
}
|
||||
) { "+" }
|
||||
button(
|
||||
class="emoji", /* KLUDGE */
|
||||
disabled={
|
||||
let state = use_context::<AppState>();
|
||||
state.selection.with(|sel| sel.len() != 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue