From d98a7b75a7420d61b823729db777c9e187faa4c5 Mon Sep 17 00:00:00 2001 From: spaenleh Date: Tue, 3 Feb 2026 08:08:38 +0100 Subject: [PATCH 1/5] fix: login button accent color --- lib/admin_web/components/layouts.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/admin_web/components/layouts.ex b/lib/admin_web/components/layouts.ex index 6b3cd7a7e..288c75a51 100644 --- a/lib/admin_web/components/layouts.ex +++ b/lib/admin_web/components/layouts.ex @@ -358,7 +358,7 @@ defmodule AdminWeb.Layouts do {gettext("Get started")} <% else %> - <.link class="btn btn-primary" href="/auth/login"> + <.link class="btn btn-accent" href="/auth/login"> {gettext("Log in")} <% end %> From eeb1f77dbe3661bbd363fe8913bdc115bb48dc25 Mon Sep 17 00:00:00 2001 From: spaenleh Date: Tue, 3 Feb 2026 08:09:03 +0100 Subject: [PATCH 2/5] fix: space between title and nav buttons --- lib/admin_web/components/layouts.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/admin_web/components/layouts.ex b/lib/admin_web/components/layouts.ex index 288c75a51..58941f2a5 100644 --- a/lib/admin_web/components/layouts.ex +++ b/lib/admin_web/components/layouts.ex @@ -295,7 +295,7 @@ defmodule AdminWeb.Layouts do def landing_menu(assigns) do ~H"""