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 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 | -