From cb5776a553254ce586a19ea264f132af2ae4ddc2 Mon Sep 17 00:00:00 2001 From: m7he4rt Date: Thu, 1 Jun 2023 01:32:44 -0300 Subject: [PATCH] fix: css --- resources/css/app.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 8e3744a..567d407 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -5,22 +5,23 @@ @tailwind utilities; - - .filament-forms-text-input-component { @apply w-full p-2.5 !important; } .filament-forms-input { - @apply w-full px-5 py-4 text-gray-500 text-base bg-transparent border border-gray-800 outline-none focus:ring-4 focus:ring-indigo-500 placeholder-gray-500 resize-none rounded !important; + @apply w-full px-5 py-4 text-gray-500 text-base bg-transparent border border-gray-800 outline-none focus:outline-none focus:ring-0 placeholder-gray-500 resize-none rounded !important; } .filament-forms-component-container { @apply w-full; } -.filament-forms-input > select{ - @apply w-full px-5 py-4 text-gray-500 text-base bg-transparent border border-gray-800 outline-none focus:ring-4 focus:ring-indigo-500 placeholder-gray-500 resize-none rounded !important; - +.filament-forms-field-wrapper-label > span { + @apply text-gray-500 !important; +} +.filament-forms-input > select{ + @apply w-full px-5 py-4 text-gray-500 text-base bg-transparent border border-gray-800 outline-none focus:outline-none focus:ring-0 placeholder-gray-500 resize-none rounded !important; } +