kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Change dark styles for datepicker input
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>environments/review-develop-3zknud/deployments/860^2
rodzic
195f81329b
commit
4678acc94e
|
@ -3,7 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.react-datepicker__input-container > input {
|
.react-datepicker__input-container > input {
|
||||||
@apply dark:bg-gray-800 dark:text-white block w-full sm:text-sm border-gray-300 dark:border-gray-600 rounded-md focus:ring-primary-500 focus:border-primary-500;
|
@apply dark:bg-gray-900 dark:text-gray-100 block w-full sm:text-sm border-gray-400 dark:border-gray-800 rounded-md focus:ring-primary-500 focus:border-primary-500;
|
||||||
|
|
||||||
&.has-error {
|
&.has-error {
|
||||||
@apply text-red-600 border-red-600;
|
@apply text-red-600 border-red-600;
|
||||||
|
|
Ładowanie…
Reference in New Issue