fix(ui): updated the AMusic theme to use the correct text colour for primary confirmation buttons (#5509)

This commit is contained in:
VirtualWolf 2026-05-20 00:01:41 +10:00 committed by GitHub
parent 339a6271f1
commit 23252e0638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,6 +192,11 @@ export default {
paddingBottom: '1rem',
},
},
RaConfirm: {
confirmPrimary: {
color: '#fff',
},
},
RaDeleteWithConfirmButton: {
deleteButton: {
color: '#fff !important',