Fix layout tabs pada komponen

Fix home tabs

### No Issue
This commit is contained in:
2026-04-01 17:17:12 +08:00
parent 81bbd8e6b0
commit 98f8c7e2bf
18 changed files with 1002 additions and 292 deletions

View File

@@ -196,15 +196,15 @@ export const GStyles = StyleSheet.create({
// =============== BOTTOM BAR =============== //
bottomBar: {
backgroundColor: MainColor.darkblue,
borderTopColor: AccentColor.blue,
// borderTopWidth: 0.5,
borderTopColor: AccentColor.darkblue,
borderTopWidth: 1,
height: "100%",
justifyContent: "center",
shadowColor: AccentColor.blue,
shadowOffset: { width: 0, height: -5},
shadowOpacity: 0.4,
shadowRadius: 40,
elevation: 8, // untuk Android
// elevation: 8, // untuk Android
},
bottomBarContainer: {
paddingHorizontal: 25,