DEV: revert bg color from --tertiary-very-low to --tertiary-low (#24764)

This commit is contained in:
Ella E 2023-12-06 20:07:01 -07:00 committed by GitHub
parent 7aab65887f
commit 7d4fd19696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
color: var(--primary);
}
&.alert-info {
background-color: var(--tertiary-very-low);
background-color: var(--tertiary-low);
color: var(--primary);
&.clickable {
color: var(--tertiary);