File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,12 @@ const StablecoinsTable = ({
50
50
< Table
51
51
variant = "unstyled"
52
52
my = { 8 }
53
- borderRadius = "sm"
54
- border = { `1px solid ${ textColor } ` }
55
53
bg = "background.base"
56
54
mb = { 8 }
57
55
minW = "720px"
58
56
>
59
57
< Thead bg = "background.highlight" color = "text200" >
60
- < Tr borderBottom = { `1px solid ${ textColor } ` } mb = "1px" >
58
+ < Tr mb = "1px" >
61
59
{ columns . map ( ( column , idx ) => (
62
60
< Th
63
61
key = { idx }
@@ -90,14 +88,11 @@ const StablecoinsTable = ({
90
88
< Tr
91
89
key = { idx }
92
90
color = "text"
93
- borderBottom = { `1px solid ${ textColor } ` }
94
91
_hover = { {
95
92
textDecoration : "none" ,
96
- borderBottom : `1px solid ${ textColor } ` ,
97
93
bg : "background.highlight"
98
94
} }
99
95
_focus = { {
100
- borderBottom : `1px solid ${ textColor } ` ,
101
96
bg : "background.base" ,
102
97
color : "body.base" ,
103
98
} }
You can’t perform that action at this time.
0 commit comments