Skip to content

Commit 34c4f07

Browse files
committed
fix: lint errors
1 parent b774c31 commit 34c4f07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/pages/trade/MarketSelectorAndStats.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ const $Container = styled.div`
6464
justify-content: start;
6565
align-items: stretch;
6666
background-color: var(--color-layer-1) !important; // TODO: figure out why this is needed
67-
67+
6868
/* Completely override box-shadow border from withOuterAndInnerBorders */
6969
--border-color: transparent !important;
7070
box-shadow: none !important;
71-
71+
7272
/* Apply rounded border using border property which respects border-radius */
7373
border: var(--default-border-width, 1px) solid var(--color-border) !important;
7474
border-radius: 0.75rem !important;
7575
overflow: hidden; // Clip content and borders to rounded corners
76-
76+
7777
/* Use isolation to create a new stacking context */
7878
isolation: isolate;
7979
position: relative;

src/pages/trade/Trade.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ const $GridSection = styled.section<{ gridArea: string }>`
224224

225225
const $TopHeader = styled.header`
226226
grid-area: Top;
227-
227+
228228
/* Remove box-shadow border from withOuterAndInnerBorders */
229229
--border-color: transparent !important;
230230
box-shadow: none !important;
231-
231+
232232
/* Ensure rounded corners */
233233
border-radius: 0.75rem;
234234
overflow: hidden;

0 commit comments

Comments
 (0)