Skip to content

Commit c8135ab

Browse files
committed
remove custom font sizes
1 parent 9183c26 commit c8135ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/staking/deposit-contract.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const Row = (props: ChildOnlyProp) => (
126126
)
127127

128128
const CardTitle = (props: ChildOnlyProp) => (
129-
<h2 className="mb-4 text-[2rem] font-semibold leading-xs" {...props} />
129+
<h2 className="mb-4 leading-xs" {...props} />
130130
)
131131

132132
const Caption = (props: ChildOnlyProp) => (

0 commit comments

Comments
 (0)