Vanessa 2023-12-22 10:54:47 +08:00
parent 55f02dde40
commit 73544bf297
7 changed files with 19 additions and 7 deletions

View file

@ -175,6 +175,10 @@
color: var(--b3-theme-primary);
}
&__success {
color: var(--b3-theme-success);
}
&__secondary {
color: var(--b3-theme-secondary);
}