change some colours
This commit is contained in:
parent
d2837c12b3
commit
d0ebacc02c
4 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,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