Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Feb 1, 2024
1 parent 1b8af5f commit c5aa78c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const tokenCardValuesProps = {

export const tokenCardProps = {
isRendering: true,
cardClasses: "bg-slate-600 px-5 py-5 relative w-64",
cardClasses: "bg-slate-600 p-5 m-4 relative w-64",
valuesProps: tokenCardValuesProps,
} as TokenCardConfigProps;

Expand Down

0 comments on commit c5aa78c

Please sign in to comment.