change the stat cards to use the same card background as the rest of the site
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m11s

This commit is contained in:
Lee 2024-04-20 14:28:26 +01:00
parent 9b0e5bfcf7
commit 74618c8cce

@ -20,7 +20,7 @@ type StatProps = {
export function Stat({ title, value, icon }: StatProps): ReactElement {
return (
<div className="bg-secondary p-2 rounded-lg flex divide-x justify-center items-center text-center w-fit">
<div className="bg-card p-2 rounded-lg flex divide-x justify-center items-center text-center w-fit">
<div className="pr-2">{icon}</div>
<div className="pl-2">
<p>{title}</p>