Skip to content

Commit 56b2319

Browse files
author
fuqiang15
committed
fix: add font tokens for popover
1 parent 99d8bf1 commit 56b2319

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/less-plugin-dls/tokens/components/popover.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@
1818
@dls-popover-title-spacing-m: @dls-spacing-unit * 2;
1919
@dls-popover-action-spacing-m: @dls-spacing-unit * 3;
2020

21+
@dls-popover-title-font-size-s: @dls-font-size-1;
22+
@dls-popover-action-font-size-s: @dls-font-size-0;
23+
24+
@dls-popover-title-font-size-m: @dls-font-size-2;
25+
@dls-popover-action-font-size-m: @dls-font-size-1;
26+
2127
// Colors are the same as reverse tooltips

0 commit comments

Comments
 (0)