{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 %>
We use essential cookies to maintain your session and ensure the security of our service. We do not use tracking or advertising cookies.
Learn more
@@ -58,7 +58,7 @@ defmodule ToweropsWeb.Components.CookieConsent do
diff --git a/lib/towerops_web/components/core_components.ex b/lib/towerops_web/components/core_components.ex
index ea4aff97..58f9a518 100644
--- a/lib/towerops_web/components/core_components.ex
+++ b/lib/towerops_web/components/core_components.ex
@@ -61,7 +61,7 @@ defmodule ToweropsWeb.CoreComponents do
{@rest}
>