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', ];