0
Fork 0
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:
Xiao Yijun 2024-01-02 11:03:27 +08:00 committed by GitHub
parent 46bdc028d4
commit 86ce940dff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {