Skip to content

Commit

Permalink
remove dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zewed committed Jan 27, 2024
1 parent 7a66af5 commit 2eb5b12
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 159 deletions.
21 changes: 0 additions & 21 deletions frontend/app/user/components/ThemeSelect/DarkModeToggle.tsx

This file was deleted.

46 changes: 0 additions & 46 deletions frontend/app/user/components/ThemeSelect/ThemeSelect.tsx

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions frontend/app/user/components/ThemeSelect/hooks/useTheme.ts

This file was deleted.

3 changes: 0 additions & 3 deletions frontend/app/user/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { StripePricingOrManageButton, UserStatistics } from "./components";
import { ApiKeyConfig } from "./components/ApiKeyConfig";
import LanguageSelect from "./components/LanguageSelect/LanguageSelect";
import { LogoutModal } from "./components/LogoutCard/LogoutModal";
import ThemeSelect from "./components/ThemeSelect/ThemeSelect";

const UserPage = (): JSX.Element => {
const { session } = useSupabase();
Expand Down Expand Up @@ -58,8 +57,6 @@ const UserPage = (): JSX.Element => {

<CardBody>
<LanguageSelect />

<ThemeSelect />
</CardBody>
</Card>
<Card className="mb-5 shadow-sm hover:shadow-none">
Expand Down

0 comments on commit 2eb5b12

Please sign in to comment.