From 10a706e0839ea9d44fbd395ad13f02031fb7521b Mon Sep 17 00:00:00 2001 From: Eran Avidor Date: Sun, 29 Jun 2025 13:24:57 +0300 Subject: [PATCH 01/10] fix: replace hardcoded bg-white with bg-container in notification notice --- app/views/shared/notifications/_notice.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/notifications/_notice.html.erb b/app/views/shared/notifications/_notice.html.erb index a542e729..5081cfc9 100644 --- a/app/views/shared/notifications/_notice.html.erb +++ b/app/views/shared/notifications/_notice.html.erb @@ -31,6 +31,6 @@
- <%= icon "x", class: "p-0.5 hidden group-hover:inline-block border border-alpha-black-50 border-solid rounded-lg bg-white text-subdued cursor-pointer", data: { action: "click->element-removal#remove" } %> + <%= icon "x", class: "p-0.5 hidden group-hover:inline-block border border-alpha-black-50 border-solid rounded-lg bg-container text-subdued cursor-pointer", data: { action: "click->element-removal#remove" } %>
<% end %> -- 2.53.0 From 2126f0ed373367b8fa94c03fbfec289284b7a85f Mon Sep 17 00:00:00 2001 From: Eran Avidor Date: Sun, 29 Jun 2025 13:25:17 +0300 Subject: [PATCH 02/10] fix: replace hardcoded text-white with fg-inverse in notification CTA --- app/views/shared/notifications/_cta.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/notifications/_cta.html.erb b/app/views/shared/notifications/_cta.html.erb index 456cae73..c428b66d 100644 --- a/app/views/shared/notifications/_cta.html.erb +++ b/app/views/shared/notifications/_cta.html.erb @@ -3,7 +3,7 @@
<%= tag.div class: "relative flex gap-3 rounded-lg bg-container p-4 group w-full md:max-w-80 shadow-border-xs", data: { controller: "element-removal" } do %>
-
+
<%= icon "check", size: "xs", color: "current" %>
-- 2.53.0 From 63f9e32bf1e68826f355c2d75a466935a09473bc Mon Sep 17 00:00:00 2001 From: Eran Avidor Date: Sun, 29 Jun 2025 13:25:35 +0300 Subject: [PATCH 03/10] fix: replace hardcoded text-white with fg-inverse in text tooltip --- app/views/shared/_text_tooltip.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_text_tooltip.erb b/app/views/shared/_text_tooltip.erb index f6823c80..a576b114 100644 --- a/app/views/shared/_text_tooltip.erb +++ b/app/views/shared/_text_tooltip.erb @@ -1,5 +1,5 @@