diff --git a/app/assets/tailwind.config.js b/app/assets/tailwind.config.js index bed44ab..068649f 100644 --- a/app/assets/tailwind.config.js +++ b/app/assets/tailwind.config.js @@ -14,12 +14,12 @@ module.exports = { theme: { extend: { colors: { - brand: "#FD4F00", + brand: "#aa31f6", } }, }, plugins: [ - require("@tailwindcss/forms"), + // require("@tailwindcss/forms"), // Allows prefixing tailwind classes with LiveView classes to add rules // only when LiveView classes are applied, for example: // diff --git a/app/lib/prymn_web/components/core_components.ex b/app/lib/prymn_web/components/core_components.ex index 6735c66..9cd5dd2 100644 --- a/app/lib/prymn_web/components/core_components.ex +++ b/app/lib/prymn_web/components/core_components.ex @@ -189,7 +189,7 @@ defmodule PrymnWeb.CoreComponents do def simple_form(assigns) do ~H""" <.form :let={f} for={@for} as={@as} {@rest}> -