Skip to content

Commit 0956ccd

Browse files
authored
Merge pull request #64 from blocknative/styles/button-shadow
Make button shadows fully visible Closes #63
2 parents 4378acb + 2541412 commit 0956ccd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/Modal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
padding: 1.33em;
4242
position: relative;
4343
overflow: hidden;
44-
max-width: 36em;
44+
max-width: 37em;
4545
color: #4a4a4a;
4646
}
4747

src/components/Wallets.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
box-sizing: border-box;
2828
}
2929
30+
ul li {
31+
padding: 0 0.25em;
32+
}
33+
3034
div {
3135
width: 100%;
3236
display: flex;

0 commit comments

Comments
 (0)