diff --git a/src/components/Badge.tsx b/src/components/Badge.tsx index b2cb49a6..84bca0d5 100644 --- a/src/components/Badge.tsx +++ b/src/components/Badge.tsx @@ -13,7 +13,7 @@ export default function Badge({ className?: string type?: 'large' | 'small' | 'text-only' dimContent?: boolean - contrast?: 'low' | 'medium' | 'high' | 'frost' + contrast?: 'low' | 'medium' | 'high' | 'frosted' uppercase?: boolean interactive?: boolean }) { @@ -32,7 +32,7 @@ export default function Badge({ 'text-[0.7rem] font-medium rounded-[0.25rem]', contrast === 'high' ? 'text-invert bg-invert' - : contrast === 'frost' + : contrast === 'frosted' ? 'text-black bg-white/30' : 'text-medium bg-gray-300/30 dark:bg-gray-700/50', interactive && (contrast === 'high' diff --git a/src/photo/PhotoRecipe.tsx b/src/photo/PhotoRecipe.tsx index 7bc9be4d..f48776f6 100644 --- a/src/photo/PhotoRecipe.tsx +++ b/src/photo/PhotoRecipe.tsx @@ -81,7 +81,7 @@ export default function PhotoRecipe({ )}>