Hopefully fixed select styling
This commit is contained in:
@@ -347,8 +347,8 @@ defmodule PinchflatWeb.CoreComponents do
|
|||||||
id={@id}
|
id={@id}
|
||||||
name={@name}
|
name={@name}
|
||||||
class={[
|
class={[
|
||||||
"relative z-20 w-full appearance-none rounded border border-stroke bg-transparent py-3 pl-5 pr-12 outline-none transition",
|
"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 border-form-strokedark bg-form-input text-black text-white",
|
"focus:border-primary active:border-primary bg-form-input text-black text-white",
|
||||||
"disabled:text-opacity-50 disabled:cursor-not-allowed disabled:border-black",
|
"disabled:text-opacity-50 disabled:cursor-not-allowed disabled:border-black",
|
||||||
@inputclass
|
@inputclass
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user