Invesment

Fix:
- styles/global-styles.ts : tambah alignSelfFlexEnd
- my-holding: basic ui
- portofolio.: basic ui
- transaction: basic ui

## No Issue
This commit is contained in:
2025-07-30 11:15:57 +08:00
parent 927db87749
commit a43ddaa9d6
4 changed files with 157 additions and 15 deletions

View File

@@ -320,4 +320,7 @@ export const GStyles = StyleSheet.create({
alignSelfCenter: {
alignSelf: "center",
},
alignSelfFlexEnd: {
alignSelf: "flex-end",
},
});