Hopefully fixed select styling
This commit is contained in:
parent
83b9adea59
commit
8513deef09
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
]}
|
]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue