deskripsi:
- fix page: user search
- fix global-style
- fix component Text Input dan ViewWrapper ( sekarang bisa menambahkan header )
# No Issue
This commit is contained in:
2025-07-10 17:37:54 +08:00
parent 6913e9e4b5
commit 3301cf3d7a
4 changed files with 117 additions and 6 deletions

View File

@@ -25,6 +25,20 @@ export const GStyles = StyleSheet.create({
height: "100%",
width: "100%",
},
stickyHeader: {
position: "absolute",
top: 0,
left: 0,
right: 0,
zIndex: 10,
backgroundColor: MainColor.darkblue,
paddingTop: 16,
paddingInline: 16,
// padding: 16,
// paddingTop: 8,
// paddingBottom: 8,
},
// Style saat disabled
disabledBox: {
backgroundColor: MainColor.disabled,