Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

change outer background to be same as inner

+1 -1
+1 -1
apps/amethyst/app/_layout.tsx
··· 84 84 } 85 85 86 86 return ( 87 - <SafeAreaView className="flex-1 flex flex-row min-h-screen justify-center"> 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>