Add release date field #5514

Closed
Ruk33 wants to merge 4 commits from 2328-allow-to-set-release-date into master
Showing only changes of commit a84f408f8e - Show all commits

View file

@ -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);
}
}
}