fix(ui): fix Ligera theme's RaPaginationActions contrast
This commit is contained in:
+10
-2
@@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user