diff --git a/web/packages/new/photos/components/Tiles.tsx b/web/packages/new/photos/components/Tiles.tsx index 0e1a3496a8..fc307229d1 100644 --- a/web/packages/new/photos/components/Tiles.tsx +++ b/web/packages/new/photos/components/Tiles.tsx @@ -147,6 +147,8 @@ export const DuplicateItemTile = styled(BaseTile)` * A variant of {@link BaseTile} meant for use when the tile is interactable. */ export const BaseTileButton = styled(UnstyledButton)` + /* Buttons reset this to the special token buttontext */ + color: inherit; /* Buttons reset this to center */ text-align: inherit;