0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(console): fix input field background color (#5478)

This commit is contained in:
Charles Zhao 2024-03-11 12:15:53 +08:00 committed by GitHub
parent bab50fceda
commit df5d2a2445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@
transition-duration: 0.2s;
padding: 0 _.unit(3);
height: 36px;
background-color: inherit;
background-color: var(--color-layer-1);
font: var(--font-body-2);
&.withIcon {
@ -85,6 +85,7 @@
&[type='number'] {
-moz-appearance: textfield;
appearance: textfield;
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {