Skip to content

Commit

Permalink
fix: add font tokens for popover
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqiang15 committed Oct 20, 2021
1 parent 99d8bf1 commit 56b2319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/less-plugin-dls/tokens/components/popover.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@
@dls-popover-title-spacing-m: @dls-spacing-unit * 2;
@dls-popover-action-spacing-m: @dls-spacing-unit * 3;

@dls-popover-title-font-size-s: @dls-font-size-1;
@dls-popover-action-font-size-s: @dls-font-size-0;

@dls-popover-title-font-size-m: @dls-font-size-2;
@dls-popover-action-font-size-m: @dls-font-size-1;

// Colors are the same as reverse tooltips

0 comments on commit 56b2319

Please sign in to comment.