From 963eaef628ab107fe267fc1c37ca41402c8607b2 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Wed, 11 Oct 2023 20:19:16 +0800 Subject: [PATCH] Rounded edges for MapViews --- src/routes/CreateGroup/CreateGroup.tsx | 86 +++++++++++----------- src/routes/Home/Home.tsx | 4 +- src/routes/StartStudying/StartStudying.tsx | 86 +++++++++++----------- 3 files changed, 91 insertions(+), 85 deletions(-) diff --git a/src/routes/CreateGroup/CreateGroup.tsx b/src/routes/CreateGroup/CreateGroup.tsx index ac54d3d..296b5d8 100644 --- a/src/routes/CreateGroup/CreateGroup.tsx +++ b/src/routes/CreateGroup/CreateGroup.tsx @@ -99,51 +99,53 @@ export default function CreateGroup({ route }: any) { - - - + - + loadingBackgroundColor={colors.secondary_2} + > + + + + - + + + ); diff --git a/src/routes/StartStudying/StartStudying.tsx b/src/routes/StartStudying/StartStudying.tsx index 335d674..fdeeced 100644 --- a/src/routes/StartStudying/StartStudying.tsx +++ b/src/routes/StartStudying/StartStudying.tsx @@ -114,51 +114,53 @@ export default function StartStudying({ route }: any) { - - - + - + loadingBackgroundColor={colors.secondary_2} + > + + + +