fix library album columns

This commit is contained in:
austinried
2021-08-12 09:44:01 +09:00
parent f523a231f1
commit 16b753e2bb
2 changed files with 9 additions and 8 deletions

View File

@@ -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 />