File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 9
9
Box ,
10
10
chakra ,
11
11
GridItem ,
12
+ Heading ,
12
13
HStack ,
13
14
Icon ,
14
15
List ,
@@ -80,10 +81,14 @@ const WalletFilterSidebar: React.FC<WalletFilterSidebarProps> = ({
80
81
>
81
82
{ ( { isExpanded } ) => (
82
83
< >
83
- < chakra . h3
84
+ < Heading
85
+ as = "h3"
84
86
color = "primary"
85
87
borderBottom = { isExpanded ? "1px" : "none" }
86
88
borderColor = "currentColor"
89
+ fontSize = "2xl"
90
+ fontWeight = { 600 }
91
+ lineHeight = { 1.4 }
87
92
m = { 0 }
88
93
pb = { isExpanded ? 3 : 0 }
89
94
px = { 4 }
@@ -100,7 +105,7 @@ const WalletFilterSidebar: React.FC<WalletFilterSidebarProps> = ({
100
105
</ Box >
101
106
< AccordionIcon color = "primary" boxSize = { 9 } />
102
107
</ AccordionButton >
103
- </ chakra . h3 >
108
+ </ Heading >
104
109
< AccordionPanel as = { List } p = { 0 } m = { 0 } >
105
110
{ filterOption . items . map ( ( item , itemIdx ) => {
106
111
return (
You can’t perform that action at this time.
0 commit comments