Skip to content

Commit 41696dc

Browse files
Made the theme toggle a little bigger
1 parent 43bda59 commit 41696dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/fretonator-web/src/app/common/header/header.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
appearance: none;
223223
background-color: transparent;
224224
border: 0;
225-
height: pxToRem($grid-unit * 4);
226-
width: pxToRem($grid-unit * 4);
225+
height: pxToRem($grid-unit * 5);
226+
width: pxToRem($grid-unit * 5);
227227
color: var(--theme-toggle-color);
228228

229229
@include focus_accessible;

0 commit comments

Comments
 (0)