mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 06:58:00 +00:00
better icon handling
This commit is contained in:
@@ -9,11 +9,8 @@ import {
|
||||
} from '../../../Data/getInitialPlayers';
|
||||
import { Player } from '../../../Types/Player';
|
||||
import LayoutOptions from './LayoutOptions';
|
||||
import { theme } from '../../../Data/theme';
|
||||
|
||||
const H2 = styled.h2`
|
||||
color: ${theme.palette.text.primary};
|
||||
`;
|
||||
import { SupportMe } from '../../Misc/SupportMe';
|
||||
import { H2 } from '../../Misc/TextComponents';
|
||||
|
||||
const MainWrapper = styled.div`
|
||||
width: 100vw;
|
||||
@@ -209,6 +206,7 @@ const Start = ({
|
||||
Start Game
|
||||
</Button>
|
||||
</FormControl>
|
||||
{/* <SupportMe /> */}
|
||||
</MainWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user