Skip to content

Commit 4c55c32

Browse files
committed
fix: fix specificity for border radius for mobile bottom pane
1 parent 3e09522 commit 4c55c32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/ui/MobileBottomPane.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
}
2727
}
2828

29-
.item {
29+
/* specificity hack to consistently override solid-styled-components styles */
30+
.item.item {
3031
display: flex;
3132

3233
flex-direction: column;

0 commit comments

Comments
 (0)