mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
fix(ui): fix Ligera theme's RaPaginationActions contrast
This commit is contained in:
parent
465846c1bc
commit
0bdd3e6f8b
@ -450,13 +450,21 @@ export default {
|
|||||||
},
|
},
|
||||||
RaPaginationActions: {
|
RaPaginationActions: {
|
||||||
button: {
|
button: {
|
||||||
backgroundColor: 'inherit',
|
backgroundColor: '#fff',
|
||||||
|
color: '#000',
|
||||||
minWidth: 48,
|
minWidth: 48,
|
||||||
margin: '0 4px',
|
margin: '0 4px',
|
||||||
border: '1px solid #282828',
|
border: '1px solid #cccccc',
|
||||||
'@global': {
|
'@global': {
|
||||||
'> .MuiButton-label': {
|
'> .MuiButton-label': {
|
||||||
padding: 0,
|
padding: 0,
|
||||||
|
color: '#656565',
|
||||||
|
'&:hover': {
|
||||||
|
color: '#fff !important',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'> .MuiButton-label > svg': {
|
||||||
|
color: '#656565',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user