Reduce Y padding for programs to give more room between rows.

This commit is contained in:
SergeantPanda 2026-03-06 16:46:37 -06:00
parent 3134a29f16
commit 61c248665e

View file

@ -957,7 +957,8 @@ export default function TVChannelGuide({ startDate, endDate }) {
h={'100%'}
pos="relative"
display={'flex'}
p={isExpanded ? 12 : 8}
px={isExpanded ? 12 : 8}
py={isExpanded ? 6 : 4}
c={isPast ? '#a0aec0' : '#fff'}
>
<Box