Skip to content

Commit

Permalink
fix anohter stack
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed Oct 14, 2024
1 parent 01c4adc commit 0444d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/CanvasOrderbook/OrderbookRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const $OrderbookMiddleRow = styled(OrderbookRow)<{ side?: 'top' | 'bottom' }>`
height: 1.75rem;
border-top: var(--border);
border-bottom: var(--border);
white-space: nowrap;
${({ side }) =>
side &&
Expand Down

0 comments on commit 0444d35

Please sign in to comment.