Skip to content

Commit

Permalink
Default site to Grad Connection theme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Oct 3, 2023
1 parent 93d99a0 commit 0905665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/App/ThemeSetting/ThemeSettingContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as themes from 'braid-src/lib/themes';
import type { BraidTheme } from 'braid-src/lib/themes/makeBraidTheme';
type ThemeKey = keyof typeof themes;

const defaultTheme = 'apac' as const;
const defaultTheme = 'gradConnection' as const;

interface ThemeSettingsContext {
ready: boolean;
Expand Down

0 comments on commit 0905665

Please sign in to comment.