Skip to content

Commit

Permalink
feat: 💄 Add @badge-color (#26159)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 12, 2020
1 parent 2e463e7 commit 7d50070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/badge/style/index.less
Expand Up @@ -23,7 +23,7 @@
line-height: @badge-height;
white-space: nowrap;
text-align: center;
background: @badge-count-background;
background: @badge-color;
border-radius: @badge-height / 2;
box-shadow: 0 0 0 1px @shadow-color-inverse;
a,
Expand Down
2 changes: 1 addition & 1 deletion components/style/themes/default.less
Expand Up @@ -656,7 +656,7 @@
@badge-font-weight: normal;
@badge-status-size: 6px;
@badge-text-color: @component-background;
@badge-count-background: @highlight-color;
@badge-color: @highlight-color;

// Rate
// ---
Expand Down

0 comments on commit 7d50070

Please sign in to comment.