default height added to box tables

This commit was merged in pull request #159.
This commit is contained in:
victorAnumudu
2023-06-12 14:00:45 +01:00
parent c1805376ae
commit 97bfcd68b5
5 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function Balance({wallet, coupon}) {
<div className='w-full lg:flex xl:space-x-8 lg:space-x-4 bottomMargin'>
{/* WALLET SECTION */}
<div className="lg:w-4/4 w-full mb-10 lg:mb-0">
<div className="wallet w-full md:p-8 p-4 h-full bg-white dark:bg-dark-white rounded-2xl shadow">
<div className="wallet w-full md:p-8 p-4 h-full bg-white dark:bg-dark-white rounded-2xl shadow min-h-[520px]">
<div className='flex items-baseline justify-between'>
{/*<h2 className='text-slate-900 dark:text-white text-xl lg:text-2xl font-medium'>Wallet</h2>*/}
{/*<p className='text-base text-slate-500 dark:text-white'>Add New Wallet</p>*/}