From f2b368aac4d4c48407055c4c1f5fd909cfbbd9cc Mon Sep 17 00:00:00 2001 From: Roene Verbeek <85165259+Roene-JustBetter@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:08:58 +0200 Subject: [PATCH] Refactor input component styles Removed unnecessary exclamation marks from ring classes. --- resources/views/components/input/animated.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/input/animated.blade.php b/resources/views/components/input/animated.blade.php index a5058b0..17afc59 100644 --- a/resources/views/components/input/animated.blade.php +++ b/resources/views/components/input/animated.blade.php @@ -1 +1 @@ -twMerge('w-full rounded-md peer border border-default bg-white pt-7 pb-2.5 px-5 text-sm outline-hidden ring-3! ring-muted! transition-all placeholder-transparent focus:border-emphasis disabled:bg-emphasis disabled:text-muted [&:input:-internal-autofill-selected]:bg-white font-medium disabled:pr-12 user-invalid:border-red-300 appearance-none [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none') }} /> +twMerge('w-full rounded-md peer border border-default bg-white pt-7 pb-2.5 px-5 text-sm outline-hidden ring-3 ring-muted transition-all placeholder-transparent focus:border-emphasis disabled:bg-emphasis disabled:text-muted [&:input:-internal-autofill-selected]:bg-white font-medium disabled:pr-12 user-invalid:border-red-300 appearance-none [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none') }} />