fix: datepicker time row color for timeless night (#26077)

This commit is contained in:
Nihantra C. Patel 2024-04-22 12:36:07 +05:30 committed by GitHub
parent 280540a51f
commit 38dba4d1f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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%;