Skip to content

Commit 0e2b6d6

Browse files
committed
correct Heading
1 parent 3e637de commit 0e2b6d6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/pages/staking/deposit-contract.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,14 @@ const Row = (props: ChildOnlyProp) => (
127127
)
128128

129129
const CardTitle = (props: ChildOnlyProp) => (
130-
<Heading className="mb-4 leading-xs" {...props} />
130+
<Heading
131+
as="h2"
132+
mb={4}
133+
fontWeight="600"
134+
fontSize="2rem"
135+
lineHeight={1.4}
136+
{...props}
137+
/>
131138
)
132139

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

0 commit comments

Comments
 (0)