Use white color for calendar buttons in release date input
This commit is contained in:
parent
d37c284b06
commit
a84f408f8e
1 changed files with 9 additions and 1 deletions
|
@ -484,7 +484,15 @@ fieldset-section {
|
|||
|
||||
.react-datetime-picker__button {
|
||||
svg {
|
||||
stroke: var(--color-gray-5);
|
||||
stroke: var(--color-black);
|
||||
}
|
||||
}
|
||||
|
||||
[theme='dark'] {
|
||||
.react-datetime-picker__button {
|
||||
svg {
|
||||
stroke: var(--color-white);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue