From 54cd4de52bb9a1ba50bc1484ab564d0c7182fdb4 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 28 Apr 2024 00:00:01 -0500 Subject: [PATCH] Tweak update banner --- src/components/InfoBlock.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/InfoBlock.tsx b/src/components/InfoBlock.tsx index c5014529..ae780f8b 100644 --- a/src/components/InfoBlock.tsx +++ b/src/components/InfoBlock.tsx @@ -22,8 +22,7 @@ export default function InfoBlock({ 'dark:bg-gray-900/40 dark:border-gray-800', ]; case 'blue': return [ - 'text-gray-700/80', - 'dark:text-gray-300/60', + 'text-main', 'bg-blue-50/50 border-blue-200', 'dark:bg-blue-950/30 dark:border-blue-700/45', ];