Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: dot-size
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchuyou committed Aug 7, 2023
1 parent 2990aee commit 45e79ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/UsageBar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
&::before {
content: '';
display: inline-block;
width: 8px;
width: 6px;
height: $progress-legend-height;
margin-right: 4px;
border-radius: calc($progress-legend-height / 2);
Expand Down
2 changes: 1 addition & 1 deletion src/style/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ $badge-dot-small-size: 6px;

/* UsageBar */
$progress-height: 8px;
$progress-legend-height: 8px;
$progress-legend-height: 6px;

/* PingFang font */
$pingfang-font: '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Helvetica', 'Arial', 'PingFang SC',
Expand Down

0 comments on commit 45e79ce

Please sign in to comment.