fix(ui): updated the AMusic theme to use the correct text colour for primary confirmation buttons (#5509)
This commit is contained in:
parent
339a6271f1
commit
23252e0638
1 changed files with 5 additions and 0 deletions
|
|
@ -192,6 +192,11 @@ export default {
|
||||||
paddingBottom: '1rem',
|
paddingBottom: '1rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
RaConfirm: {
|
||||||
|
confirmPrimary: {
|
||||||
|
color: '#fff',
|
||||||
|
},
|
||||||
|
},
|
||||||
RaDeleteWithConfirmButton: {
|
RaDeleteWithConfirmButton: {
|
||||||
deleteButton: {
|
deleteButton: {
|
||||||
color: '#fff !important',
|
color: '#fff !important',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue