fix(core): typo in dark-color-text-error (#658)

This commit is contained in:
沈澄心 2023-06-07 05:21:31 +08:00 committed by GitHub
parent 9a0ffcc186
commit 659c47b3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@
@dark-background-color-primary--active: @color-accent-30--darken; @dark-background-color-primary--active: @color-accent-30--darken;
/* Foreground colors */ /* Foreground colors */
@dark-color-text-error: @color-accent50--lighten; @dark-color-text-error: @color-red50--lighten;
@dark-color-text-warning: @color-yellow50; @dark-color-text-warning: @color-yellow50;
@dark-color-text-success: @color-green50; @dark-color-text-success: @color-green50;