mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: alert component dark theme
This commit is contained in:
parent
0431074711
commit
7215fee6e3
@ -3,11 +3,6 @@
|
||||
|
||||
@alert-prefix-cls: ~'@{ant-prefix}-alert';
|
||||
|
||||
@alert-message-color: @heading-color;
|
||||
@alert-text-color: @text-color;
|
||||
@alert-close-color: @text-color-secondary;
|
||||
@alert-close-hover-color: @icon-color-hover;
|
||||
|
||||
.@{alert-prefix-cls} {
|
||||
.reset-component;
|
||||
|
||||
|
@ -728,6 +728,10 @@
|
||||
@alert-error-border-color: ~`colorPalette('@{error-color}', 3) `;
|
||||
@alert-error-bg-color: ~`colorPalette('@{error-color}', 1) `;
|
||||
@alert-error-icon-color: @error-color;
|
||||
@alert-message-color: @heading-color;
|
||||
@alert-text-color: @text-color;
|
||||
@alert-close-color: @text-color-secondary;
|
||||
@alert-close-hover-color: @icon-color-hover;
|
||||
|
||||
// List
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user