fix default values when going back to start (#11)

* add border radius

* fix settings styling a little

* move hook

* get default values from localstorage
This commit is contained in:
Viktor Rådberg
2023-08-30 20:35:58 +02:00
committed by GitHub
parent 4c5fc67c19
commit 248522676b
4 changed files with 21 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ import { theme } from '../../Data/theme';
import { BuyMeCoffee, KoFi } from '../../Icons/generated/Support';
import { Paragraph } from './TextComponents';
import LittleGuy from '../../Icons/generated/LittleGuy';
import { useAnalytics } from '../../Data/useAnalytics';
import { useAnalytics } from '../../Hooks/useAnalytics';
// import { ButtonBase } from '@mui/material';