This commit is contained in:
2025-10-01 11:13:26 +08:00
parent 9cb2ef0b6f
commit 6d416618f7
9 changed files with 116 additions and 25 deletions

View File

@@ -24,6 +24,7 @@
:global(.nut-dialog-content) {
min-width: 280px !important;
text-align: center !important;
}
:global(.nut-dialog-footer) {
@@ -55,11 +56,12 @@
:global(.nut-dialog-footer .nut-button-default) {
color: rgba(22, 24, 35, 0.75) !important;
font-weight: 600 !important;
}
:global(.nut-dialog-footer .nut-button-primary) {
color: #161823 !important;
color: #fff !important;
background: theme.$primary-color !important;
}
:global(.nut-dialog-footer .nut-button:hover) {