Skip to content

Commit 9749891

Browse files
authored
Update index.tsx
1 parent 8068d17 commit 9749891

File tree

1 file changed

+2
-3
lines changed
  • src/components/Staking/StakingConsiderations

1 file changed

+2
-3
lines changed

src/components/Staking/StakingConsiderations/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ const StakingConsiderations = ({ page }: StakingConsiderationsProps) => {
7878

7979
const activeStyles = {
8080
bg: "background.highlight",
81-
color: "body.base",
82-
fontWeight: "bold",
81+
color: "body.base"
8382
}
8483

8584
return (
@@ -102,7 +101,7 @@ const StakingConsiderations = ({ page }: StakingConsiderationsProps) => {
102101
display="table"
103102
w="full"
104103
h={8}
105-
p="2"
104+
p="4"
106105
_hover={activeStyles}
107106
position="relative"
108107
{...(idx === activeIndex

0 commit comments

Comments
 (0)