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:
Aaron Fenyes 2024-10-30 23:29:48 -07:00
parent 7361f1a721
commit 4ecb39e73a
3 changed files with 10 additions and 0 deletions

View file

@ -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)