app/assets/sass/components/_badge.scss: brand-color is named primary in bootstrap 5.2.0
This commit is contained in:
parent
10c5935620
commit
44b7a3a7b0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@
|
|||
|
||||
&-primary {
|
||||
color: white;
|
||||
background-color: $brand-color;
|
||||
background-color: $primary;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue