bg color fix

This commit was merged in pull request #15.
This commit is contained in:
victorAnumudu
2025-09-29 11:24:35 +01:00
parent 0a66679950
commit b5a5452a0d
4 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@ export default function CustomerAccountView({accountInfo}) {
</div>
<div className="w-full overflow-x-auto">
<>
<table className="py-2 w-full text-sm" style={{backgroundColor: 'aliceblue', borderRadius: '10px'}}>
<table className="py-2 w-full text-sm bg-[aliceblue] dark:bg-transparent rounded-[10px]">
<thead className="py-2 text-sm text-slate-500 text-left">
<tr>