Disabled index frequency when fast indexing is enabled (#135)

This commit is contained in:
Kieran
2024-03-27 11:36:35 -07:00
committed by GitHub
parent 8ef5e0f41f
commit c79e27d9b3
2 changed files with 26 additions and 17 deletions
@@ -348,7 +348,8 @@ defmodule PinchflatWeb.CoreComponents do
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 dark:border-form-strokedark dark:bg-form-input text-black dark:text-white",
"focus:border-primary active:border-primary border-form-strokedark bg-form-input text-black text-white",
"disabled:text-opacity-50 disabled:cursor-not-allowed disabled:border-black",
@inputclass
]}
multiple={@multiple}