From 3de8e628b6ed142c554a73f70628671d5779d008 Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Fri, 29 Aug 2025 10:42:11 +0800 Subject: [PATCH] upd: tampilan Deskripsi: - update tampilan select anggota No Issues --- components/imageWithLabel.tsx | 2 +- constants/Styles.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/imageWithLabel.tsx b/components/imageWithLabel.tsx index dddfcfe..0bda9b4 100644 --- a/components/imageWithLabel.tsx +++ b/components/imageWithLabel.tsx @@ -11,7 +11,7 @@ type Props = { export default function ImageWithLabel({ src, label, onClick }: Props) { return ( - + {label} diff --git a/constants/Styles.ts b/constants/Styles.ts index b76b1d3..726a5f1 100644 --- a/constants/Styles.ts +++ b/constants/Styles.ts @@ -94,6 +94,9 @@ const Styles = StyleSheet.create({ mv15: { marginVertical: 15 }, + mh03: { + marginHorizontal: 3 + }, mh05: { marginHorizontal: 5 },