mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-10 10:16:58 +00:00
Fix style for login buttons
This commit is contained in:
parent
653532e78e
commit
3bc139041d
@ -130,10 +130,10 @@ export const CustomButton = styled(Box)(({ theme }) => ({
|
||||
transition: 'all 0.2s',
|
||||
width: 'fit-content',
|
||||
'&:hover': {
|
||||
backgroundColor: theme.palette.background.default,
|
||||
color: '#fff',
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
color: theme.palette.text.secondary,
|
||||
'svg path': {
|
||||
fill: '#fff',
|
||||
fill: theme.palette.background.paper,
|
||||
},
|
||||
},
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user