File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ const StablecoinsTable = ({
60
60
< Th
61
61
key = { idx }
62
62
py = { 5 }
63
+ fontWeight = "bold"
63
64
fontSize = "md"
64
65
fontWeight = "normal"
65
66
letterSpacing = "normal"
@@ -98,16 +99,16 @@ const StablecoinsTable = ({
98
99
} }
99
100
>
100
101
< Td >
101
- < Flex align = "center" >
102
+ < Flex align = "center" pt = { 2 } >
102
103
{ image && < Image src = { image } alt = "" me = { 4 } boxSize = { 6 } /> }
103
104
< > { name } </ >
104
105
</ Flex >
105
106
</ Td >
106
107
< Td >
107
- < Flex align = "center" > { marketCap } </ Flex >
108
+ < Flex align = "center" pt = { 2 } > { marketCap } </ Flex >
108
109
</ Td >
109
110
< Td >
110
- < Flex align = "center" > { stablecoinsType [ type ] } </ Flex >
111
+ < Flex align = "center" pt = { 2 } > { stablecoinsType [ type ] } </ Flex >
111
112
</ Td >
112
113
{ url && (
113
114
< Td textAlign = "end" >
You can’t perform that action at this time.
0 commit comments