From 069551986a1063259058c4a2ee6fa7d8fe2aa32b Mon Sep 17 00:00:00 2001 From: yogeshk34 Date: Sun, 18 Jan 2026 08:43:48 +0530 Subject: [PATCH] fix: improve Rating contrast in dark mode --- apps/web/components/demo/rating.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/demo/rating.tsx b/apps/web/components/demo/rating.tsx index 2bd629e9..2b06ce29 100644 --- a/apps/web/components/demo/rating.tsx +++ b/apps/web/components/demo/rating.tsx @@ -20,7 +20,7 @@ export function Rating({ element }: ComponentRenderProps) { {Array.from({ length: maxRating }).map((_, i) => ( *