From 5a34784c9cd657c0affc57299577316b52d5df70 Mon Sep 17 00:00:00 2001 From: Calli Date: Fri, 6 Oct 2023 17:48:40 +0300 Subject: [PATCH] Add a settings button for color pickers --- src/app/components/AppBar/AppBar.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/components/AppBar/AppBar.tsx b/src/app/components/AppBar/AppBar.tsx index e200a8e..8833ff4 100644 --- a/src/app/components/AppBar/AppBar.tsx +++ b/src/app/components/AppBar/AppBar.tsx @@ -17,6 +17,7 @@ import { DiscordButton } from "../Discord/DiscordButton"; import { GitHubButton } from "../Github/GitHubButton"; import { LoginButton } from "../Login/LoginButton"; import { PlanModeButton } from "../PlanModeButton/PlanModeButton"; +import { SettingsButton } from "../Settings/SettingsButtons"; function ResponsiveAppBar() { const [anchorElNav, setAnchorElNav] = React.useState( @@ -101,6 +102,9 @@ function ResponsiveAppBar() { + + + @@ -142,6 +146,7 @@ function ResponsiveAppBar() { +