amalia/21-mei-26 #52

Merged
amaliadwiy merged 10 commits from amalia/21-mei-26 into join 2026-05-21 17:25:19 +08:00
14 changed files with 66 additions and 63 deletions
Showing only changes of commit 4dcfcbb7a7 - Show all commits

View File

@@ -2,7 +2,7 @@ import { StyleSheet } from "react-native";
const ApprovalStyles = StyleSheet.create({
approvalBadge: { borderRadius: 20, paddingHorizontal: 10, paddingVertical: 3, alignSelf: 'flex-start' },
approvalItem: { borderWidth: 1, borderRadius: 10, padding: 12, marginBottom: 10 },
approvalItem: { borderWidth: 1, borderRadius: 12, padding: 12, marginBottom: 10 },
approvalItemHeader: { justifyContent: 'space-between', marginBottom: 8 },
approvalIconMr: { marginRight: 6 },
approvalNoteBox: { borderRadius: 8, padding: 8, marginTop: 4 },

View File

@@ -8,7 +8,7 @@ const NotificationStyles = StyleSheet.create({
notifItemRow: {
flexDirection: 'row',
alignItems: 'center',
borderRadius: 10,
borderRadius: 12,
borderWidth: 1,
paddingHorizontal: 12,
paddingVertical: 10,
@@ -17,7 +17,7 @@ const NotificationStyles = StyleSheet.create({
notifIconContainer: {
width: 42,
height: 42,
borderRadius: 21,
borderRadius: 100,
alignItems: 'center',
justifyContent: 'center',
flexShrink: 0,