mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
<ForceTheme /> & "text" colour for navbar
This commit is contained in:
parent
fcbb8f8e2e
commit
b8f8fb7be7
1 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ import Footer from '../components/footer'
|
|||
import { keyframes } from '@emotion/react'
|
||||
import RsvpForm from '../components/bin/rsvp-form'
|
||||
import { Slide } from 'react-reveal'
|
||||
import ForceTheme from '../components/force-theme'
|
||||
|
||||
const RsvpCount = () => {
|
||||
const [rsvpCount, setRsvpCount] = useState(0)
|
||||
|
|
@ -73,7 +74,8 @@ export default function Bin() {
|
|||
return (
|
||||
<>
|
||||
<Meta as={Head} title="The Bin" description="Jump in the trash!" />
|
||||
<Nav />
|
||||
<Nav color="text" />
|
||||
<ForceTheme theme="light" />
|
||||
<Box as="main" sx={{ pt: '3em', bg: '#ECE9E0', textAlign: 'center' }}>
|
||||
<Container sx={{ position: 'relative' }}>
|
||||
<Box as="section" sx={{ textAlign: 'center', pt: '4em' }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue