padding fix

This commit is contained in:
victorAnumudu
2025-09-29 11:11:50 +01:00
parent fd9eb08cea
commit 0a66679950
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ export default function AccountProfileView({profile}) {
<thead className="py-2 text-sm text-slate-500 text-left">
<tr>
<th scope="col" className="px-2">
<th scope="col" className="px-2 py-2">
Member ID
</th>
<th scope="col" className="px-2">
@@ -14,7 +14,7 @@ export default function CustomerAccountView({accountInfo}) {
<thead className="py-2 text-sm text-slate-500 text-left">
<tr>
<th scope="col" className="px-2">
<th scope="col" className="px-2 py-2">
Firstname
</th>
<th scope="col" className="px-2">