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 ( -