diff --git a/lib/towerops_web/components/consent_prompt.ex b/lib/towerops_web/components/consent_prompt.ex index 1931af85..29c8a7eb 100644 --- a/lib/towerops_web/components/consent_prompt.ex +++ b/lib/towerops_web/components/consent_prompt.ex @@ -25,27 +25,27 @@ defmodule ToweropsWeb.Components.ConsentPrompt do >
-
+
-
+
-
+
<.icon name="hero-information-circle" - class="h-6 w-6 text-cerulean-600 dark:text-cerulean-400" + class="h-6 w-6 text-blue-600 dark:text-blue-400" />
-

+

{gettext( "We've updated our policies. Please review and accept the changes to continue using Towerops." )} @@ -62,31 +62,31 @@ defmodule ToweropsWeb.Components.ConsentPrompt do phx-click="toggle_consent" phx-value-policy={policy_type} required - class="h-4 w-4 rounded border-zinc-300 text-cerulean-600 focus:ring-cerulean-500 dark:border-zinc-600 dark:bg-zinc-800 dark:checked:bg-cerulean-500 dark:checked:border-cerulean-500" + class="h-4 w-4 rounded border-zinc-300 text-blue-600 focus:ring-blue-500 dark:border-zinc-600 dark:bg-zinc-800 dark:checked:bg-blue-500 dark:checked:border-blue-500" />

<% end %>
-
-

+

+

{gettext( "By accepting, you acknowledge that you have read and agree to the updated policies. You can review your consent history at any time from your account settings." )} @@ -100,7 +100,7 @@ defmodule ToweropsWeb.Components.ConsentPrompt do type="button" phx-click="accept_updated_policies" phx-value-user-id={@user_id} - class="inline-flex w-full justify-center rounded-md bg-cerulean-600 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-cerulean-500 sm:ml-3 sm:w-auto disabled:opacity-50 disabled:cursor-not-allowed" + class="inline-flex w-full justify-center rounded-md bg-blue-600 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 sm:ml-3 sm:w-auto disabled:opacity-50 disabled:cursor-not-allowed" id="accept-policies-button" > {gettext("Accept and Continue")} diff --git a/lib/towerops_web/components/cookie_consent.ex b/lib/towerops_web/components/cookie_consent.ex index 96c570b5..eb845824 100644 --- a/lib/towerops_web/components/cookie_consent.ex +++ b/lib/towerops_web/components/cookie_consent.ex @@ -28,7 +28,7 @@ defmodule ToweropsWeb.Components.CookieConsent do <%= if @requires_consent do %>