Skip to content

Commit 4eb27ee

Browse files
committed
chore(docs): test dark by default
1 parent 3aaa322 commit 4eb27ee

File tree

1 file changed

+1
-1
lines changed
  • packages/paste-website/src/pages

1 file changed

+1
-1
lines changed

packages/paste-website/src/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const App = ({ Component, pageProps, serverThemeCookie }: AppProps & AppPageProp
121121
</>
122122
)}
123123
<Theme.Provider
124-
theme={theme}
124+
theme="twilio-dark"
125125
customBreakpoints={SITE_BREAKPOINTS}
126126
disableAnimations={inCypress()}
127127
cacheProviderProps={{ key: "next" }}

0 commit comments

Comments
 (0)