mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
style(console): inherit background-color for text input (#5178)
This commit is contained in:
parent
46bdc028d4
commit
86ce940dff
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
transition-duration: 0.2s;
|
||||
padding: 0 _.unit(3);
|
||||
height: 36px;
|
||||
background: var(--color-layer-1);
|
||||
background-color: inherit;
|
||||
font: var(--font-body-2);
|
||||
|
||||
&.withIcon {
|
||||
|
|
Loading…
Add table
Reference in a new issue