refactor(ui): fix buttons looking weird in dark mode on hover

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
SphericalKat 2021-06-08 00:38:32 +05:30
parent a06d552935
commit 2a12ab106b
No known key found for this signature in database
GPG key ID: 02A1D73C0EE5E788

View file

@ -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}
>