diff --git a/src/components/Badge.tsx b/src/components/Badge.tsx index 3c920398..358f8b2b 100644 --- a/src/components/Badge.tsx +++ b/src/components/Badge.tsx @@ -19,7 +19,7 @@ export default function Badge({ 'border border-gray-200/60 dark:border-gray-800/75' ); case 'secondary': return cc( - 'px-1.5 py-1 leading-none rounded-[0.25rem]', + 'px-[0.3rem] py-1 leading-none rounded-[0.25rem]', 'bg-gray-100 dark:bg-gray-800/60', 'text-medium', 'font-medium text-[0.7rem]', diff --git a/src/photo/PhotoLarge.tsx b/src/photo/PhotoLarge.tsx index f29d492f..bf30df39 100644 --- a/src/photo/PhotoLarge.tsx +++ b/src/photo/PhotoLarge.tsx @@ -86,7 +86,7 @@ export default function PhotoLarge({ hideApple={false} /> {showSimulation && photo.filmSimulation && -