Component

Add:
- Badge
- Container

Voting
Add:
- screens/Voting

Fix:
- (tabs)/ index, contribution, status

# No Issue
This commit is contained in:
2025-07-28 12:24:35 +08:00
parent 20258d1fe5
commit b18044f53f
10 changed files with 467 additions and 19 deletions

View File

@@ -315,4 +315,9 @@ export const GStyles = StyleSheet.create({
},
// =============== TEXT INPUT , TEXT AREA , SELECT =============== //
// =============== Alignment =============== //
alignSelfCenter: {
alignSelf: "center",
},
});