Skip to content

Commit

Permalink
fix: the issue of ineffective style modification (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
James-9696 authored Jan 7, 2025
1 parent 45cc368 commit 6e29e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/modal/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
// 弹窗内容区的垂直内边距
--tv-Modal-box-body-padding-y: 0;
// 弹窗内容区的消息文本字体大小
--tv-Modal-box-body-text-font-size: var(--tv-font-size-m);
--tv-Modal-box-body-text-font-size: var(--tv-font-size-md);
// 弹窗内容区的消息文本字体颜色
--tv-Modal-box-body-text-text-color: var(--tv-color-text-secondary);
// ------------------------------------------footer
Expand Down

0 comments on commit 6e29e24

Please sign in to comment.