From 23d65eaf5fffad01252ebd9a078be62a076ae7a5 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 27 Mar 2024 19:28:25 -0700 Subject: [PATCH] Hopefully fixed select styling --- lib/pinchflat_web/components/core_components.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pinchflat_web/components/core_components.ex b/lib/pinchflat_web/components/core_components.ex index a490641..1b9e05a 100644 --- a/lib/pinchflat_web/components/core_components.ex +++ b/lib/pinchflat_web/components/core_components.ex @@ -347,8 +347,8 @@ defmodule PinchflatWeb.CoreComponents do id={@id} name={@name} class={[ - "relative z-20 w-full appearance-none rounded border border-stroke bg-transparent py-3 pl-5 pr-12 outline-none transition", - "focus:border-primary active:border-primary border-form-strokedark bg-form-input text-black text-white", + "relative z-20 w-full appearance-none rounded border border-form-strokedark py-3 pl-5 pr-12 outline-none transition", + "focus:border-primary active:border-primary bg-form-input text-black text-white", "disabled:text-opacity-50 disabled:cursor-not-allowed disabled:border-black", @inputclass ]}