diff --git a/packages/web/components/elements/Pagination.tsx b/packages/web/components/elements/Pagination.tsx index 2d36cdb59..426c076fd 100644 --- a/packages/web/components/elements/Pagination.tsx +++ b/packages/web/components/elements/Pagination.tsx @@ -46,8 +46,8 @@ const Pagination = ({ fontFamily: '$inter', fontSize: '15px', fontWeight: '500', - color: '$thTextSubtle4', - bg: '#3D3D3D', + color: '$readerFont', + bg: '$thNavMenuFooter', py: '10px', px: '25px', }} diff --git a/packages/web/components/nav-containers/home.tsx b/packages/web/components/nav-containers/home.tsx index 09f435cc9..10bf604c9 100644 --- a/packages/web/components/nav-containers/home.tsx +++ b/packages/web/components/nav-containers/home.tsx @@ -244,19 +244,21 @@ const TopPicksHomeSection = (props: HomeSectionProps): JSX.Element => { }, }} > - - {props.homeSection.title} - + {items.length > 0 && ( + + {props.homeSection.title} + + )} { position: 'fixed', bottom: '0%', alignItems: 'center', - backgroundColor: '$thNavMenuFooter', + bg: '$thNavMenuFooter', width: LIBRARY_LEFT_MENU_WIDTH, overflowY: 'auto', overflowX: 'hidden',