fix(ui): fix Ligera theme's RaPaginationActions contrast

This commit is contained in:
deluan 2025-10-30 16:34:31 -04:00 committed by Joe Stump
parent f6f673574c
commit 609554ab94
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -450,13 +450,21 @@ export default {
},
RaPaginationActions: {
button: {
backgroundColor: 'inherit',
backgroundColor: '#fff',
color: '#000',
minWidth: 48,
margin: '0 4px',
border: '1px solid #282828',
border: '1px solid #cccccc',
'@global': {
'> .MuiButton-label': {
padding: 0,
color: '#656565',
'&:hover': {
color: '#fff !important',
},
},
'> .MuiButton-label > svg': {
color: '#656565',
},
},
},