From 917c97ad61006e05292848670d1eae9baf22cf71 Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 13 Mar 2023 05:44:12 +0100 Subject: [PATCH] replace zinc color with configurable gray color --- assets/tailwind.config.js | 3 +- lib/chiya_web/components/core_components.ex | 64 +++++++++---------- .../components/layouts/app.html.heex | 10 +-- .../components/layouts/public.html.heex | 2 +- .../components/layouts/root.html.heex | 12 ++-- lib/chiya_web/controllers/page_controller.ex | 1 - .../controllers/page_html/channel.html.heex | 4 +- .../controllers/page_html/home.html.heex | 8 +-- lib/chiya_web/live/note_show_live.ex | 2 +- 9 files changed, 53 insertions(+), 53 deletions(-) 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" > -