feat: use indicator colors in form.scss
This commit is contained in:
parent
fb61c84539
commit
9681147bca
1 changed files with 2 additions and 2 deletions
|
|
@ -181,10 +181,10 @@
|
|||
.open-notification {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
background-color: var(--red-100);
|
||||
background-color: var(--indicator-red-bg);
|
||||
font-size: var(--text-xs);
|
||||
padding: 0 var(--padding-sm);
|
||||
color: var(--red-400);
|
||||
color: var(--indicator-red);
|
||||
border-radius: var(--border-radius);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue