From 1324f5f2a5dcba40d44e392d75ff5966264e8d58 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 26 Apr 2024 17:33:06 -0700 Subject: Update theme --- src/components/Desktop.tsx | 2 +- src/components/Mobile.tsx | 2 +- src/components/RsvpForm.tsx | 2 +- src/components/Schedule.tsx | 48 +++++++++++++++++++++++++++++---------------- 4 files changed, 34 insertions(+), 20 deletions(-) (limited to 'src/components') diff --git a/src/components/Desktop.tsx b/src/components/Desktop.tsx index 72b583d..13de4ee 100644 --- a/src/components/Desktop.tsx +++ b/src/components/Desktop.tsx @@ -20,7 +20,7 @@ function Desktop() { ))} - {theme.palette.mode === 'dark' ? : } + {theme.palette.mode === 'dark' ? : } ); diff --git a/src/components/Mobile.tsx b/src/components/Mobile.tsx index 7d790e1..2e7b15c 100644 --- a/src/components/Mobile.tsx +++ b/src/components/Mobile.tsx @@ -25,7 +25,7 @@ function Mobile() { return ( <> - {theme.palette.mode === 'dark' ? : } + {theme.palette.mode === 'dark' ? : } -

+

Please RSVP for the wedding by March 10, 2025. The ceremony will commence at 3 pm on April 26 in Divine Shepherd. The reception will follow at 5 pm in A Venue on the Ridge. diff --git a/src/components/Schedule.tsx b/src/components/Schedule.tsx index 08b10e2..d941a18 100644 --- a/src/components/Schedule.tsx +++ b/src/components/Schedule.tsx @@ -1,20 +1,20 @@ import React from 'react'; -import { Container, Paper } from '@mui/material'; -import PlaceIcon from '@mui/icons-material/Place'; +import { Container, Paper, Typography, useTheme } from '@mui/material'; function Schedule() { + const theme = useTheme(); return (

-

2:00 PM

+

April 26, 2025

-

Ceremony

-

+ Wedding Schedule +

+ +
+
+
+

2:00 PM

+
+
+ Ceremony +

Divine Shepherd
15005 Q St, Omaha, NE 68137 - - +


@@ -67,21 +82,20 @@ function Schedule() { }} >
-

4:00 PM

+

4:00 PM

-

Reception

-

+ Reception +

A Venue on the Ridge
20033 Elkhorn Ridge Dr, Elkhorn, NE 68022 - -

+

-- cgit v1.2.3