tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
change outer background to be same as inner
Natalie B.
1 year ago
87becc7f
83ad5810
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
amethyst
app
_layout.tsx
+1
-1
apps/amethyst/app/_layout.tsx
···
84
84
}
85
85
86
86
return (
87
87
-
<SafeAreaView className="flex-1 flex flex-row min-h-screen justify-center">
87
87
+
<SafeAreaView className="flex-1 flex flex-row min-h-screen justify-center bg-background">
88
88
<View className="max-w-screen-lg flex flex-1 border-x border-muted-foreground/20">
89
89
{<RootLayoutNav />}
90
90
</View>