diff --git a/resources/css/components/search-module.css b/resources/css/components/search-module.css index 451810b..a135612 100644 --- a/resources/css/components/search-module.css +++ b/resources/css/components/search-module.css @@ -42,7 +42,7 @@ } &__input { 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; } button[type='submit'] {