Skip to content

Commit

Permalink
chore: revert background class
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 18, 2024
1 parent 3cf4d9b commit 88b40b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function RootLayout() {
<SWRConfig value={swrConfiguration}>
<ThemeProvider value={isDarkColorScheme ? DARK_THEME : LIGHT_THEME}>
<StatusBar style={isDarkColorScheme ? "light" : "dark"} />
<SafeAreaView className="w-full h-full">
<SafeAreaView className="w-full h-full bg-background">
<UserInactivityProvider>
<SessionProvider>
<Slot />
Expand Down

0 comments on commit 88b40b7

Please sign in to comment.