mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +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-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} {
|
.@{alert-prefix-cls} {
|
||||||
.reset-component;
|
.reset-component;
|
||||||
|
|
||||||
|
@ -728,6 +728,10 @@
|
|||||||
@alert-error-border-color: ~`colorPalette('@{error-color}', 3) `;
|
@alert-error-border-color: ~`colorPalette('@{error-color}', 3) `;
|
||||||
@alert-error-bg-color: ~`colorPalette('@{error-color}', 1) `;
|
@alert-error-bg-color: ~`colorPalette('@{error-color}', 1) `;
|
||||||
@alert-error-icon-color: @error-color;
|
@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
|
// List
|
||||||
// ---
|
// ---
|
||||||
|
Loading…
Reference in New Issue
Block a user