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
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m11s
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user