card styling update

This commit is contained in:
Steven Sarmiento 2021-07-18 17:53:46 -07:00 committed by GitHub
parent 20ca87feb2
commit ef6c670b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const BankCard = (props: BankCardProps) => {
} }
return ( return (
<div className="flex-1 bg-th-fgd-4 shadow-md rounded-xl py-6 px-8 h-auto w-auto m-2"> <div className="flex-1 bg-th-fgd-4 shadow-md rounded-xl py-4 px-4 h-auto w-auto m-2">
<div className="flex flex-row"> <div className="flex flex-row">
<div className="pr-4"> <div className="pr-4">
<div className="flex flex-col gap-x-2"> <div className="flex flex-col gap-x-2">
@ -33,7 +33,7 @@ const BankCard = (props: BankCardProps) => {
{/* Chart goes here */} {/* Chart goes here */}
</div> </div>
</div> </div>
<div> <div className="bg-white bg-opacity-5 shadow-md rounded-lg p-4">
<div className="flex-row"> <div className="flex-row">
<p className="text-white text-opacity-50 text-xs"> <p className="text-white text-opacity-50 text-xs">
Total Deposits Total Deposits