upd: color status bar

Deskripsi:
- status bar pada login dan halaman konfirmasi otp

No Issues
This commit is contained in:
2025-09-02 11:48:38 +08:00
parent 265656413d
commit 1122e51047
3 changed files with 7 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ export default function RootLayout() {
}}
/>
</Stack>
<StatusBar style="light" translucent={false} backgroundColor="black" />
<StatusBar style="inverted" translucent={false} backgroundColor="black" />
<ToastCustom />
</Provider>
)