mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
fix(console): read-only text field background color should use color-layer-2 (#1154)
This commit is contained in:
parent
b2b7f370a4
commit
ac99c26181
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.readOnly {
|
&.readOnly {
|
||||||
background: var(--color-inverse-on-surface);
|
background: var(--color-layer-2);
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
border-color: var(--color-border);
|
border-color: var(--color-border);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue