Skip to content

Commit

Permalink
docs: use normal line-height for current theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wsuwt committed May 23, 2023
1 parent 2538e95 commit 296ddd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/demo-block/src/demo-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ themeLabel.style.backgroundColor = '#f5f5f6';
themeLabel.style.color = '#3e444f';
themeLabel.style.position = 'fixed';
themeLabel.style.fontSize = '15px';
themeLabel.style.lineHeight = 'normal';
themeLabel.style.left = '10px';
themeLabel.style.top = '10px';
themeLabel.style.padding = '2px 4px';
Expand Down

0 comments on commit 296ddd0

Please sign in to comment.