Merge branch '55-correct-colours' into 'main'
Draft: Resolve "correct colours" Closes #55 See merge request thschleicher/interaktive-systeme!42
This commit is contained in:
commit
0bf9a6965e
4 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ import { useTheme } from '../../contexts/ThemeContext';
|
|||
|
||||
export default function Page() {
|
||||
const {colors} = useTheme()
|
||||
const containerColor = colors.containerColor;
|
||||
const containerColor = colors.backgroundColor;
|
||||
|
||||
const [selectedPage, setSelectedPage] = useState("noPageLoaded");
|
||||
|
||||
|
|
|
|||
Reference in a new issue