From 340b79b3119d3da1462d6966af3247b6812ffb7b Mon Sep 17 00:00:00 2001 From: tdesign-bot Date: Tue, 4 Nov 2025 23:37:49 +0000 Subject: [PATCH 1/2] chore(submodule): update common --- src/_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_common b/src/_common index 9752e9f0..f0de7ba3 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit 9752e9f063e5955eb78be906947c50dd852a51c2 +Subproject commit f0de7ba3df015f7a85a1857fefd52b162a28b94b From dabb7aaed89fbbb03619a8a4ddb33bc345885735 Mon Sep 17 00:00:00 2001 From: tdesign-bot Date: Tue, 4 Nov 2025 23:37:51 +0000 Subject: [PATCH 2/2] docs: update css vars --- src/toast/toast.en-US.md | 4 ++-- src/toast/toast.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/toast/toast.en-US.md b/src/toast/toast.en-US.md index 540c37de..51338115 100644 --- a/src/toast/toast.en-US.md +++ b/src/toast/toast.en-US.md @@ -35,8 +35,8 @@ The component provides the following CSS variables, which can be used to customi Name | Default Value | Description -- | -- | -- --td-toast-bg-color | @mask-active | - ---td-toast-color | @font-white-1 | - +--td-toast-color | @text-color-anti | - --td-toast-column-icon-size | 32px | - --td-toast-max-width | 185px | - ---td-toast-radius | 4px | - +--td-toast-radius | @radius-default | - --td-toast-row-icon-size | 24px | - diff --git a/src/toast/toast.md b/src/toast/toast.md index 965e9034..b2937a53 100644 --- a/src/toast/toast.md +++ b/src/toast/toast.md @@ -35,8 +35,8 @@ style | Object | - | 弹框 style 属性,输入 [CSSStyleDeclaration.cssText]( 名称 | 默认值 | 描述 -- | -- | -- --td-toast-bg-color | @mask-active | - ---td-toast-color | @font-white-1 | - +--td-toast-color | @text-color-anti | - --td-toast-column-icon-size | 32px | - --td-toast-max-width | 185px | - ---td-toast-radius | 4px | - +--td-toast-radius | @radius-default | - --td-toast-row-icon-size | 24px | -