From 209a1ea675974cfe6572e72aef41c553509ec543 Mon Sep 17 00:00:00 2001 From: G Date: Wed, 11 Sep 2024 12:11:02 +0000 Subject: [PATCH] using the card component --- src/components/BalanceContainer.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/components/BalanceContainer.tsx b/src/components/BalanceContainer.tsx index 8ecc650..911ab6b 100644 --- a/src/components/BalanceContainer.tsx +++ b/src/components/BalanceContainer.tsx @@ -1,5 +1,6 @@ import Box from "@components/bases/Box"; import Text from "@components/bases/Text"; +import Card from "@re-card"; import { images } from "@styles/Commons"; import * as LocalAuthentication from "expo-local-authentication"; import { useState } from "react"; @@ -23,25 +24,13 @@ const BalanceContainer = ({ label, balance }: Props) => { }; return ( - - + + - + @@ -63,7 +52,7 @@ const BalanceContainer = ({ label, balance }: Props) => { {label} - + ); }; -- libgit2 0.27.1