From 79c9c9046c937bc2c3466f2881292f1740ee7780 Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Thu, 21 May 2026 13:54:48 +0800 Subject: [PATCH] =?UTF-8?q?style:=20standardisasi=20borderRadius=20modal?= =?UTF-8?q?=20=E2=80=94=20bottom=20sheet=2018=E2=86=9220,=20confirm=2014?= =?UTF-8?q?=E2=86=9212,=20decorativeCircle=20150=E2=86=92100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/styles/modal.styles.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/constants/styles/modal.styles.ts b/constants/styles/modal.styles.ts index 4948171..221d326 100644 --- a/constants/styles/modal.styles.ts +++ b/constants/styles/modal.styles.ts @@ -6,31 +6,31 @@ const ModalStyles = StyleSheet.create({ width: '100%', paddingBottom: 20, backgroundColor: 'white', - borderTopRightRadius: 18, - borderTopLeftRadius: 18, + borderTopRightRadius: 20, + borderTopLeftRadius: 20, position: 'absolute', bottom: 0, }, modalContentNew: { width: '100%', backgroundColor: 'white', - borderTopRightRadius: 18, - borderTopLeftRadius: 18, + borderTopRightRadius: 20, + borderTopLeftRadius: 20, paddingTop: 5, paddingBottom: 5, paddingHorizontal: 20, }, modalFloatContent: { backgroundColor: 'white', - borderRadius: 18, + borderRadius: 20, paddingTop: 5, paddingBottom: 10, paddingHorizontal: 20, }, titleContainer: { backgroundColor: 'white', - borderTopRightRadius: 10, - borderTopLeftRadius: 10, + borderTopRightRadius: 20, + borderTopLeftRadius: 20, paddingHorizontal: 20, flexDirection: 'row', alignItems: 'center', @@ -65,7 +65,7 @@ const ModalStyles = StyleSheet.create({ }, modalConfirmContainer: { width: '80%', - borderRadius: 14, + borderRadius: 12, overflow: 'hidden', elevation: 2, shadowColor: '#000', @@ -92,7 +92,7 @@ const ModalStyles = StyleSheet.create({ position: 'absolute', width: 300, height: 300, - borderRadius: 150, + borderRadius: 100, backgroundColor: 'rgba(255, 255, 255, 0.05)', top: -50, right: -50,