diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index e9cc27b..b22fe5b 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -15,7 +15,8 @@ module.exports = { theme: { extend: { colors: { - code: colors.emerald + code: colors.emerald, + gray: colors.zinc } }, }, diff --git a/lib/chiya_web/components/core_components.ex b/lib/chiya_web/components/core_components.ex index 8359d76..ac2873d 100644 --- a/lib/chiya_web/components/core_components.ex +++ b/lib/chiya_web/components/core_components.ex @@ -110,7 +110,7 @@ defmodule ChiyaWeb.CoreComponents do phx-remove={hide_modal(@id)} class="relative z-50 hidden" > -