From 17ba325924be852f49fb7ce313899ab9d341986a Mon Sep 17 00:00:00 2001 From: rosslh Date: Mon, 6 Apr 2026 15:09:54 -0400 Subject: [PATCH] fix(ui): make dashboard add buttons visible in light mode The "+" icon buttons next to "Projects" and "Servers" headings used text-white without a dark: prefix, making them invisible on light backgrounds. Changed to text-black dark:text-white so the icon is visible in both themes. Fixes #9454 --- resources/views/livewire/dashboard.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php index 908c4a98a2..26a404b17d 100644 --- a/resources/views/livewire/dashboard.blade.php +++ b/resources/views/livewire/dashboard.blade.php @@ -15,7 +15,7 @@