From 1ba3a11308cf59c513d70fbc3608961f19a02621 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 14 五月 2025 17:41:50 +0800 Subject: [PATCH] fix: ui --- apps/taro/src/styles/var.scss | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/taro/src/styles/var.scss b/apps/taro/src/styles/var.scss index 400367a..3b8fcfd 100644 --- a/apps/taro/src/styles/var.scss +++ b/apps/taro/src/styles/var.scss @@ -9,25 +9,25 @@ 'body-background-color': $body-background-color, 'title-color': #444444, 'shadow-color': rgba(0, 0, 0, 0.15), - 'warning': #ff7d00, - 'danger': #fe3333, - 'success': #31b573, + 'warning': #ff9e25, + 'danger': #f5222d, + 'success': #07c160, 'info': #e9e8e8, ), $bole-colors ); $bole-text-color: ( - 'primary': #1d2129, - 'regular': #4e5969, - 'secondary': #9fa4ac, - 'placeholder': #cbcbcb, + 'primary': #2f303d, + 'regular': #575b6c, + 'secondary': #9fa2af, + 'placeholder': #dfe1e3, ); $bole-size: () !default; $bole-size: map.deep-merge( ( - 'body-padding-h': 28px, + 'body-padding-h': 32px, ), $bole-size ); -- Gitblit v1.9.1