Skip to content

Commit 388307c

Browse files
committed
Improve subtitle line heights
1 parent d78b99c commit 388307c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ShowsColumnWithControls.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ const ShowsColumnWithControls = ({
104104
}}
105105
>
106106
<div>
107-
<Flex>
107+
<Flex className="tabular-nums">
108108
{removeLeadingZero(month)}/{day}
109109
{show.has_soundboard_source && <Tag>SBD</Tag>}
110110
</Flex>
111111
{venue && (
112-
<div className="text-xxs text-foreground-muted">
112+
<div className="text-xxs text-foreground-muted my-0.5 leading-3.5">
113113
<div>{venue.name}</div>
114114
<div>{venue.location}</div>
115115
</div>

0 commit comments

Comments
 (0)