mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-11 02:36:59 +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',
|
transition: 'all 0.2s',
|
||||||
width: 'fit-content',
|
width: 'fit-content',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.paper,
|
||||||
color: '#fff',
|
color: theme.palette.text.secondary,
|
||||||
'svg path': {
|
'svg path': {
|
||||||
fill: '#fff',
|
fill: theme.palette.background.paper,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user