refactor(ui): fix buttons looking weird in dark mode on hover
Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
parent
a06d552935
commit
2a12ab106b
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ function User({
|
|||
size="sm"
|
||||
w="100%"
|
||||
leftIcon={<FaPalette />}
|
||||
_hover={{bg: darkMode ? "#464647" : "gray.200"}}
|
||||
bg={darkMode ? "#464647" : "gray.200"}
|
||||
onClick={onChangeColor}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue