change h2 to h1

This commit is contained in:
Viktor Rådberg
2023-10-01 18:57:02 +02:00
parent def8bc7b00
commit 294fe94df7
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ export const Paragraph = styled.p`
`; `;
// eslint-disable-next-line react-refresh/only-export-components // eslint-disable-next-line react-refresh/only-export-components
export const H2 = styled.h2` export const H1 = styled.h1`
color: ${theme.palette.text.primary}; color: ${theme.palette.text.primary};
`; `;

View File

@@ -9,7 +9,7 @@ import { useAnalytics } from '../../../Hooks/useAnalytics';
import { Cog, Info } from '../../../Icons/generated'; import { Cog, Info } from '../../../Icons/generated';
import { InfoModal } from '../../Misc/InfoModal'; import { InfoModal } from '../../Misc/InfoModal';
import { SupportMe } from '../../Misc/SupportMe'; import { SupportMe } from '../../Misc/SupportMe';
import { H2, Paragraph } from '../../Misc/TextComponents'; import { H1, Paragraph } from '../../Misc/TextComponents';
import LayoutOptions from './LayoutOptions'; import LayoutOptions from './LayoutOptions';
import { Spacer } from '../../Misc/Spacer'; import { Spacer } from '../../Misc/Spacer';
import { usePlayers } from '../../../Hooks/usePlayers'; import { usePlayers } from '../../../Hooks/usePlayers';
@@ -212,7 +212,7 @@ const Start = () => {
<SupportMe /> <SupportMe />
<H2>Life Trinket</H2> <H1>Life Trinket</H1>
<FormControl focused={false} style={{ width: '80vw' }}> <FormControl focused={false} style={{ width: '80vw' }}>
<FormLabel>Number of Players</FormLabel> <FormLabel>Number of Players</FormLabel>
<Slider <Slider