updating border-400 to 500 to increase contrast

This commit is contained in:
Antoine M 2024-04-02 16:37:40 +02:00
parent 4c925a1cf9
commit a8c07e036a

View File

@ -42,7 +42,7 @@
} }
&__input { &__input {
box-sizing: border-box; box-sizing: border-box;
@apply block max-w-full w-full flex-grow !py-4 border !border-neutral-400 border-r-0 rounded-full md:rounded-r-none px-4 focus-visible:ring-primary focus-visible:ring-2; @apply block max-w-full w-full flex-grow !py-4 border !border-neutral-500 border-r-0 rounded-full md:rounded-r-none px-4 focus-visible:ring-primary focus-visible:ring-2;
outline: none !important; outline: none !important;
} }
button[type='submit'] { button[type='submit'] {