diff options
author | Michael Hunteman <michael@huntm.net> | 2024-09-29 15:39:47 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-09-29 15:39:47 -0700 |
commit | 80c6cc650601613db580c154e8d50e5a13b69f03 (patch) | |
tree | 7201d2402c31637db389fec598cdbe93a637a014 /client/src | |
parent | aa8178efceda26110fecd6a605887a1e1573d8c0 (diff) |
Change wedding schedule line height
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/components/Schedule.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/components/Schedule.tsx b/client/src/components/Schedule.tsx index 9df59b6..0ce7e4c 100644 --- a/client/src/components/Schedule.tsx +++ b/client/src/components/Schedule.tsx @@ -29,7 +29,9 @@ function Schedule() { <p>April 26, 2025</p> </div> <div style={{ width: '65%' }}> - <Typography variant="h5">Wedding Schedule</Typography> + <Typography variant="h5" sx={{ lineHeight: 1.6 }}> + Wedding Schedule + </Typography> </div> </div> <hr style={{ width: '100%' }} /> |