Merge branch 'main' into ppr-static

This commit is contained in:
Sam Becker 2024-04-28 00:00:58 -05:00
commit 3935d39bb3

View File

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