Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Change back to dark theme (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Jan 5, 2021
1 parent 1d2f90b commit 80e861b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layout/LayoutUtils.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
type ThemeType = "light" | "dark";
export const LayoutTheme: ThemeType = "light";
export const LayoutTheme: ThemeType = "dark";
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`Test snapshot 1`] = `
onSelect={[Function]}
onToggle={[Function]}
ouiaSafe={true}
theme="light"
theme="dark"
>
<NavGroup
title="Global"
Expand All @@ -32,6 +32,6 @@ exports[`Test snapshot 1`] = `
</NavGroup>
</Nav>
}
theme="light"
theme="dark"
/>
`;

0 comments on commit 80e861b

Please sign in to comment.