Skip to content

Commit

Permalink
fix: update circle width 6px (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyFBB committed Oct 25, 2022
1 parent 944f04d commit 315e7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/statusTag/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ $stopped_color: #AC9DFF;
}
&__default {
display: inline-block;
width: 8px;
height: 8px;
width: 6px;
height: 6px;
border-radius: 50%;
}
&__warning {
Expand Down

0 comments on commit 315e7d5

Please sign in to comment.