diff --git a/src/components/tap_target.rs b/src/components/tap_target.rs index 6b518a7..d1c7fc0 100644 --- a/src/components/tap_target.rs +++ b/src/components/tap_target.rs @@ -8,8 +8,8 @@ use stylist::css; use themer::yew::use_theme; use yew::prelude::*; -pub const SIZE: &str = "48px"; -const FG_SIZE: &str = "24px"; +const SIZE: &str = "64px"; +const FG_SIZE: &str = "32px"; #[derive(Properties, PartialEq)] pub struct Props {