mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
style(console): fix demo tag background color (#3503)
This commit is contained in:
parent
d68ab0345b
commit
59587b69a7
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
.tag {
|
||||
font: var(--font-label-3);
|
||||
background-color: var(--color-alert-99);
|
||||
background-color: var(--color-alert-container);
|
||||
padding: _.unit(0.5) _.unit(1.5);
|
||||
border-radius: 10px;
|
||||
user-select: none;
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
--color-on-error: var(--color-all-100);
|
||||
--color-error-container: var(--color-error-90);
|
||||
--color-on-error-container: var(--color-error-10);
|
||||
--color-alert-container: var(--color-alert-99);
|
||||
--color-background: var(--color-neutral-99);
|
||||
--color-on-background: var(--color-neutral-10);
|
||||
--color-surface: var(--color-neutral-99);
|
||||
|
@ -280,6 +281,7 @@
|
|||
--color-on-error: var(--color-all-0);
|
||||
--color-error-container: var(--color-error-90);
|
||||
--color-on-error-container: var(--color-error-30);
|
||||
--color-alert-container: var(--color-alert-90);
|
||||
--color-background: var(--color-neutral-99);
|
||||
--color-on-background: var(--color-neutral-10);
|
||||
--color-surface: var(--color-neutral-99);
|
||||
|
|
Loading…
Add table
Reference in a new issue