Archived
1
0
Fork 0

app/assets/sass/components/_badge.scss: brand-color is named primary in bootstrap 5.2.0

This commit is contained in:
Henrik Hautakoski 2022-07-31 23:39:38 +02:00
parent 10c5935620
commit 44b7a3a7b0

View file

@ -13,6 +13,6 @@
&-primary {
color: white;
background-color: $brand-color;
background-color: $primary;
}
}