Skip to content

Commit

Permalink
build: change size
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Oct 26, 2023
1 parent 5363bf4 commit 034b12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tap_target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 034b12d

Please sign in to comment.