fix: datepicker time row color for timeless night (#26077)
This commit is contained in:
parent
280540a51f
commit
38dba4d1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
}
|
||||
|
||||
&--time-row {
|
||||
background-image: linear-gradient(to right, var(--gray-900), var(--gray-900));
|
||||
background-image: linear-gradient(to right, var(--gray-600), var(--gray-600));
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 1px;
|
||||
background-position: left 50%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue