Skip to content

Commit 6e29e24

Browse files
authored
fix: the issue of ineffective style modification (#2751)
1 parent 45cc368 commit 6e29e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme/src/modal/vars.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
// 弹窗内容区的垂直内边距
7878
--tv-Modal-box-body-padding-y: 0;
7979
// 弹窗内容区的消息文本字体大小
80-
--tv-Modal-box-body-text-font-size: var(--tv-font-size-m);
80+
--tv-Modal-box-body-text-font-size: var(--tv-font-size-md);
8181
// 弹窗内容区的消息文本字体颜色
8282
--tv-Modal-box-body-text-text-color: var(--tv-color-text-secondary);
8383
// ------------------------------------------footer

0 commit comments

Comments
 (0)