From af17789ca09711d219ab18ab1f5a25386d0962dd Mon Sep 17 00:00:00 2001 From: Codex Bot Date: Tue, 24 Mar 2026 13:00:55 +0100 Subject: [PATCH] Force visible Lucide button icons --- website_example/themes/custom.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website_example/themes/custom.css b/website_example/themes/custom.css index 285f178..d71ea41 100644 --- a/website_example/themes/custom.css +++ b/website_example/themes/custom.css @@ -652,6 +652,24 @@ footer a .lucide, flex-shrink: 0; } +.btn > span, +.btn > span > span { + display: inline-flex; + align-items: center; +} + +.btn .lucide, +.hero-actions .lucide, +.lookup-group .btn .lucide, +.hero-lookup-group .lucide, +.panel-link .lucide { + width: 18px; + height: 18px; + stroke-width: 2.2; + opacity: 1; + visibility: visible; +} + .poolChart h4, .marketChart h4, .userChart h4 {