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:
parent
0098cc1892
commit
6ca1395b8b
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
|||
transition: background-color 5000s ease-in-out 0s;
|
||||
-webkit-text-fill-color: var(--color-text);
|
||||
}
|
||||
|
||||
&[type='date'] {
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
|
|
Loading…
Add table
Reference in a new issue