123
chenjingwu
2024-04-12 2cc792b5e113befc3c569ebb7eae9c8d03b9d0b6
1
2
3
4
5
6
7
8
9
10
11
12
.slds-theme--error {
    --slds-g-color-error-base-40: #ba0517 !important;
}
.slds-theme--success {
    --slds-g-color-success-base-50: #2E844A !important;
}
.slds-theme--warning {
    --slds-g-color-warning-base-60: #DD7A01 !important;
}
.slds-theme--info {
    --slds-g-color-neutral-base-50: #747474 !important;
}