Skip to content

Commit

Permalink
fixed overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Feb 1, 2024
1 parent c46cf05 commit 2c5933b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { TokenGroupCardConfigProps } from "../../../../components/rep-tokens/typ
export const balanceConfigProps = {
isRendering: true,
classes: {
card: "absolute top-1/4 left-1/2 transform -translate-x-1/2 -translate-y-1/3",
card: "absolute top-1/4 left-1/2 transform -translate-x-1/2 -translate-y-1/2",
value: "text-9xl mx-auto text-center text-black",
},
isPrettyLoading: true,
Expand Down

0 comments on commit 2c5933b

Please sign in to comment.