Skip to content

Commit

Permalink
again chart1
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 16, 2024
1 parent 5d70979 commit e79d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/admin/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Dashboard = () => {
<div className='dark:bg-gray-800 p-5 mt-8 rounded-lg bg-white shadow-lg'>

<h1 className='font-bold mt-3 dark:text-gray-400 text-gray-500'>Recent Transaction</h1>
<div className="overflow-hidden w-full mt-4 mb-4 h-[240px]">
<div className="overflow-hidden w-full mt-4 mb-4 h-[260px]">
<div className="overflow-x-auto rounded-lg">
<table className="table-auto w-full ">
<thead>
Expand Down

0 comments on commit e79d6f2

Please sign in to comment.