File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default function LocaleSwitcher({ className }: LocalSwitcherProps) {
2525 < span className = "sr-only" >
2626 < Trans > Open options</ Trans >
2727 </ span >
28- < LanguageIcon className = "h-7 w -7" aria-hidden = "true" />
28+ < LanguageIcon className = "size -7" aria-hidden = "true" />
2929 </ Menu . Button >
3030 </ div >
3131
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ export default function ThemeSwitcher({ className }: ThemeSwitcherProps) {
4545 >
4646 < button onClick = { toggleTheme } className = "flex items-center" >
4747 { isDarkMode ? (
48- < SunIcon className = "h-7 w -7" />
48+ < SunIcon className = "size -7" />
4949 ) : (
50- < MoonIcon className = "h-7 w -7" />
50+ < MoonIcon className = "size -7" />
5151 ) }
5252 < span className = "sr-only" >
5353 { isDarkMode ? t `Switch to light theme` : t `Switch to dark theme` }
You can’t perform that action at this time.
0 commit comments