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/Icons/Close/Close.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Icons/Close') diff --git a/src/components/Icons/Close/Close.tsx b/src/components/Icons/Close/Close.tsx index 0e7dab7..12214de 100644 --- a/src/components/Icons/Close/Close.tsx +++ b/src/components/Icons/Close/Close.tsx @@ -9,11 +9,11 @@ const CloseIcon = () => { > ); -- cgit v1.2.3