diff --git a/lib/towerops_web/components/consent_prompt.ex b/lib/towerops_web/components/consent_prompt.ex index 6b622e86..0fb05279 100644 --- a/lib/towerops_web/components/consent_prompt.ex +++ b/lib/towerops_web/components/consent_prompt.ex @@ -25,7 +25,7 @@ defmodule ToweropsWeb.Components.ConsentPrompt do >
-
+
diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index 95363d02..34b4a6b9 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -154,7 +154,7 @@ defmodule ToweropsWeb.Layouts do <.link href={~p"/admin/impersonate"} method="delete" - class="px-3 py-1 bg-white text-yellow-900 hover:bg-yellow-50 rounded font-medium text-sm" + class="px-3 py-1 bg-white dark:bg-gray-900 text-yellow-900 dark:text-yellow-200 hover:bg-yellow-50 dark:hover:bg-gray-800 rounded font-medium text-sm" > Exit diff --git a/lib/towerops_web/components/marketing_layouts.ex b/lib/towerops_web/components/marketing_layouts.ex index ae28d68e..1a30a03b 100644 --- a/lib/towerops_web/components/marketing_layouts.ex +++ b/lib/towerops_web/components/marketing_layouts.ex @@ -30,7 +30,7 @@ defmodule ToweropsWeb.MarketingLayouts do assigns = Map.put(assigns, :requires_cookie_consent, requires_cookie_consent) ~H""" -
+