Skip to content

Commit 5916113

Browse files
committed
fix(style): update style for .badge-default
1 parent 8b7967f commit 5916113

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/assets/scss/_styles.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ a {
1313
}
1414

1515
.badge-default {
16-
@extend %badge;
17-
@apply bg-style-primary text-style-primary-inverted;
16+
@apply text-style-secondary border-b-2 border-dotted border-b-style-primary;
1817
}
1918

2019
.badge-outline {

0 commit comments

Comments
 (0)