From f9469a1ea36858e5e6652b40befb1d36164852d5 Mon Sep 17 00:00:00 2001 From: jialin Date: Sat, 29 Mar 2025 21:32:31 +0800 Subject: [PATCH] fix(style): message toast bgcolor --- src/global.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/global.less b/src/global.less index 740d22f7..48314535 100644 --- a/src/global.less +++ b/src/global.less @@ -67,6 +67,12 @@ html { --font-size-middle: 14px; --table-td-radius: 4px; --checkbox-border-radius: 2px; + --ant-color-success-bg: #f0fff6; + --ant-color-success: #54cc98; + --ant-color-error-bg: #fff2f0; + --ant-color-error: #ff4d4f; + --ant-box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, 8%), + 0 3px 6px -4px rgba(0, 0, 0, 12%), 0 9px 28px 8px rgba(0, 0, 0, 5%); --ant-table-cell-padding-inline: 16px; --ant-table-cell-padding-block: 6px; --ant-table-header-border-radius: 4px;