Files
2024-02-26 02:24:15 +01:00

4 lines
215 B
PHP

<input {{ $attributes->merge(['class' =>
"w-full rounded-md border border-gray-600 bg-gray-800/75 py-2 px-4 text-base font-medium text-[#6B7280] outline-none focus:border-[#6A64F1] focus:shadow-md"
]) }}
/>