From 366c5648345f548a3e0fcca8fb831462bfbf4ea1 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Mon, 30 Mar 2026 17:19:34 -0500 Subject: [PATCH] fix: add explicit text-foreground to SelectTrigger, SelectValue, and SelectItem Color inheritance was not propagating on macOS WebKit causing dropdown text to be invisible. Items only appeared when hovered due to hover:text-accent-foreground being the only color set. --- src/components/ui/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/index.tsx b/src/components/ui/index.tsx index 99783020..ca652584 100644 --- a/src/components/ui/index.tsx +++ b/src/components/ui/index.tsx @@ -205,7 +205,7 @@ export function SelectTrigger({