DarkThemeToggle icon size #1499
-
I'd like to reduce the icon size of DarkThemeToggle, as, when put on the Navbar it makes the links look ugly. |
Beta Was this translation helpful? Give feedback.
Answered by
SutuSebastian
Oct 18, 2024
Replies: 1 comment 1 reply
-
Use the <DarkThemeToggle
theme={{
root: {
icon: twMerge(theme.darkThemeToggle.root.icon, "h-3.5 w-3.5"),
},
}}
/> Quick tip:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
idc77
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
theme
prop:Quick tip:
items-center
(in case of usingflex
)