Skip to content

Commit

Permalink
fix: spot row marker
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonLin authored May 15, 2023
1 parent e21a99f commit 628efc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const TradeBoardTableDesktop = ({
0
)
return {
rowIdx: rows.length,
rowIdx: spotPriceRowIdx,
content: (
<Flex sx={{ position: 'relative' }} alignItems="center" width="100%">
<Box sx={{ position: 'absolute', right: 0, left: 0, top: '18px', height: '4px', bg: 'cardHoverBg' }} />
Expand Down

0 comments on commit 628efc9

Please sign in to comment.