0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

fix(console): date picker input height (#1171)

This commit is contained in:
Wang Sijie 2022-06-21 22:52:59 +08:00 committed by GitHub
parent 0098cc1892
commit 6ca1395b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,10 @@
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: var(--color-text);
}
&[type='date'] {
height: 20px;
}
}
&.disabled {