From d114106dc18ebb0c9250102eb3d1067dd0f0bfe6 Mon Sep 17 00:00:00 2001 From: NilsUeter Date: Mon, 8 May 2023 22:24:21 +0200 Subject: [PATCH] use custom colors everywhere --- src/App.jsx | 18 +++++++++--------- src/index.css | 10 +++++----- src/roster40k.js | 1 - 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 3193adc..b67c608 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -9,7 +9,7 @@ function App() { const [error, setError] = useState(); const [roster, setRoster] = useState(); const [onePerPage, setOnePerPage] = useState(false); - const [primaryColor, setPrimaryColor] = useState(); + const [primaryColor, setPrimaryColor] = useState("#536766"); const uploadRef = useRef(); async function handleFileSelect(event) { const files = event?.target?.files; @@ -97,7 +97,13 @@ function App() { }, [roster]); return ( -
+
FancyScribe @@ -107,13 +113,7 @@ function App() {
-
+