Skip to content

Commit 783d503

Browse files
committed
update gap
1 parent 37b3b72 commit 783d503

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/lib/components/billing/paymentModal.svelte

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,6 @@
138138
display: flex;
139139
min-height: 245px;
140140
141-
.state-element {
142-
width: 100%;
143-
display: flex;
144-
flex-direction: column;
145-
align-items: center;
146-
justify-content: center;
147-
}
148-
149141
.stripe-element {
150142
width: 100%;
151143
}

src/lib/components/billing/statePicker.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
export let card: PaymentMethod | null = null;
1010
</script>
1111

12-
<Layout.Stack direction="column" gap="s">
12+
<Layout.Stack direction="column" gap="m">
1313
{#if card}
1414
<Card.Base variant="secondary" padding="s">
1515
<Layout.Stack direction="row" alignItems="center" gap="s">

0 commit comments

Comments
 (0)