From 22d5ffa155080037a32a64814002b987bddce3b4 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 13 Feb 2022 16:53:24 +0100 Subject: chore: increase toolbar buttons size On small screen, they was too small I think. I also change some styles like focus state to keep consistency between all elements in toolbar. Also, I was not fan of the rotate effect. --- src/components/Toolbar/Toolbar.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Toolbar/Toolbar.module.scss') diff --git a/src/components/Toolbar/Toolbar.module.scss b/src/components/Toolbar/Toolbar.module.scss index 408d769..debb3b7 100644 --- a/src/components/Toolbar/Toolbar.module.scss +++ b/src/components/Toolbar/Toolbar.module.scss @@ -2,7 +2,7 @@ @use "@styles/abstracts/mixins" as mix; .wrapper { - --btn-size: #{fun.convert-px(50)}; + --btn-size: #{fun.convert-px(60)}; display: flex; flex-flow: row wrap; -- cgit v1.2.3