From 23e18f8f416a6800064444399fd72333305cc4f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Viktor=20R=C3=A5dberg?=
Date: Wed, 27 Dec 2023 21:29:28 +0100
Subject: [PATCH] fix styling
---
src/Components/Views/StartMenu/StartMenu.tsx | 12 ++++++------
tailwind.config.js | 6 ++++++
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/Components/Views/StartMenu/StartMenu.tsx b/src/Components/Views/StartMenu/StartMenu.tsx
index 14f2053..95a1460 100644
--- a/src/Components/Views/StartMenu/StartMenu.tsx
+++ b/src/Components/Views/StartMenu/StartMenu.tsx
@@ -17,7 +17,6 @@ import { InfoModal } from '../../Misc/InfoModal';
import { SettingsModal } from '../../Misc/SettingsModal';
import { Spacer } from '../../Misc/Spacer';
import { SupportMe } from '../../Misc/SupportMe';
-import { H1, Paragraph } from '../../Misc/TextComponents';
import { LayoutOptions } from './LayoutOptions';
const MainWrapper = styled.div`
@@ -194,7 +193,10 @@ const Start = () => {
- Life Trinket
+
+ Life Trinket
+
+
Number of Players
{
{!isPWA && (
-
+
If you're on iOS, this page works better if you{' '}
hide the toolbar or{' '}
add the app to your home screen.
-
+
)}
diff --git a/tailwind.config.js b/tailwind.config.js
index 23cd326..2224a52 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -35,6 +35,12 @@ export default {
'player0 player4 player4 player4 player4 player5 player5 player5 player5 player3',
],
},
+ colors: {
+ text: {
+ primary: '#F5F5F5',
+ secondary: '#b3b39b',
+ },
+ },
},
},
plugins: [tailwindcssGridAreas],