diff --git a/packages/web/components/templates/homeFeed/EmptyLibrary.tsx b/packages/web/components/templates/homeFeed/EmptyLibrary.tsx index 92e04e1da..7e342ef24 100644 --- a/packages/web/components/templates/homeFeed/EmptyLibrary.tsx +++ b/packages/web/components/templates/homeFeed/EmptyLibrary.tsx @@ -101,7 +101,8 @@ export const ErrorBox = (props: HelpMessageProps) => { fontFamily: '$inter', fontWeight: '500', color: '$thTextContrast', - padding: '10px', + py: '10px', + px: '15px', '@smDown': { width: '100%', },