diff --git a/src/components/Badge.tsx b/src/components/Badge.tsx
index 1cddc7ce..12ad3882 100644
--- a/src/components/Badge.tsx
+++ b/src/components/Badge.tsx
@@ -29,7 +29,7 @@ export default function Badge({
case 'small':
return clsx(
'px-[5px] h-[17px] md:h-[18px]',
- 'text-[0.7rem] font-medium rounded-[0.25rem]',
+ 'text-[0.7rem] font-medium rounded-md',
contrast === 'high'
? 'text-invert bg-invert'
: contrast === 'frosted'
diff --git a/src/photo/PhotoGridSidebar.tsx b/src/photo/PhotoGridSidebar.tsx
index a483dc43..e096ea0f 100644
--- a/src/photo/PhotoGridSidebar.tsx
+++ b/src/photo/PhotoGridSidebar.tsx
@@ -125,12 +125,12 @@ export default function PhotoGridSidebar({
key="years"
title={appText.category.yearPlural}
icon={