From a8c07e036a3eeb7a7c163a51e558ce994ab3ca6c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 2 Apr 2024 16:37:40 +0200 Subject: [PATCH] updating border-400 to 500 to increase contrast --- resources/css/components/search-module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] {