Skip to content

Commit ab95598

Browse files
committed
fixed network toggle to be easier to click on mobile
1 parent 2fb7475 commit ab95598

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/ChainSelector/ChainSelector.module.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,10 @@
366366
}
367367

368368
.networkToggle {
369-
padding: var(--space-1x) var(--space-2x);
370-
font-size: var(--font-size-xs, 10px);
369+
padding: var(--space-3x) var(--space-3x);
370+
font-size: var(--font-size-sm, 0.875rem);
371+
min-height: 44px; /* Minimum touch target size for mobile */
372+
min-width: 44px;
371373
}
372374
}
373375

0 commit comments

Comments
 (0)