Skip to content

Commit

Permalink
refactor(badge): use common border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored and nnixaa committed May 23, 2019
1 parent 8827192 commit a259ed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/framework/theme/styles/themes/_corporate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ $theme: (
user-rectangle-border-radius: border-radius,
checkbox-border-radius: border-radius,
modal-border-radius: border-radius,
badge-border-radius: border-radius,

tabset-shadow: none,
route-tabset-shadow: none,
Expand Down
2 changes: 1 addition & 1 deletion src/framework/theme/styles/themes/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ $theme: (
checkbox-info-active-background-color: color-info-600,
checkbox-info-active-border-color: color-info-600,

badge-border-radius: 0.5rem,
badge-border-radius: border-radius,
badge-text-font-family: text-button-font-family,
badge-text-font-size: text-button-tiny-font-size,
badge-text-font-weight: text-button-font-weight,
Expand Down

0 comments on commit a259ed5

Please sign in to comment.