fix: buttons
This commit is contained in:
parent
ecace1e5d0
commit
00c734ce5b
2 changed files with 8 additions and 0 deletions
|
|
@ -63,6 +63,13 @@ export const WithFlyerAndGroup: Story = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const WithFlyerGroupAndRSVP: Story = {
|
||||||
|
args: {
|
||||||
|
...WithFlyerAndGroup.args,
|
||||||
|
rsvpLink: "https://disney.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
export const WithPhoto: Story = {
|
export const WithPhoto: Story = {
|
||||||
args: {
|
args: {
|
||||||
...Default.args,
|
...Default.args,
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue