Update colors utility: add .bg-grey-200
This commit is contained in:
parent
90f7a54c7c
commit
e92d55dab1
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@
|
||||||
background-color: var(--color-white, white);
|
background-color: var(--color-white, white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-grey-200 {
|
||||||
|
background-color: var(--color-grey-200);
|
||||||
|
}
|
||||||
|
|
||||||
.bg-primary-100,
|
.bg-primary-100,
|
||||||
.bg-primary {
|
.bg-primary {
|
||||||
background-color: var(--color-primary);
|
background-color: var(--color-primary);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue