Skip to content

Commit 177936e

Browse files
Douglas Fabristassoevan
authored andcommitted
fix: Tag's border-radius (#452)
Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
1 parent 0496cad commit 177936e

19 files changed

+1
-1
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

packages/fuselage/src/components/Tag/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $tag-colors-disabled-background-color: theme(
8181

8282
word-break: keep-all;
8383

84-
border-radius: lengths.border-radius(4);
84+
border-radius: lengths.border-radius(2);
8585

8686
@include typography.use-font-scale(micro);
8787

0 commit comments

Comments
 (0)