mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
fix library album columns
This commit is contained in:
@@ -17,7 +17,7 @@ const Debug = () => {
|
||||
const App = () => (
|
||||
<MenuProvider>
|
||||
<View style={{ flex: 1, backgroundColor: colors.gradient.high }}>
|
||||
<StatusBar animated={true} backgroundColor={'rgba(0, 0, 0, 0.4)'} barStyle={'light-content'} translucent={true} />
|
||||
<StatusBar animated={true} backgroundColor={'rgba(0, 0, 0, 0.3)'} barStyle={'light-content'} translucent={true} />
|
||||
<SplashPage>
|
||||
<ProgressHook />
|
||||
<Debug />
|
||||
|
||||
Reference in New Issue
Block a user