Skip to content

Commit 5329cfd

Browse files
committed
switch buttons to represent the general approach
1 parent f96cf5c commit 5329cfd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/uui-form-layout-item/lib/uui-form-layout-item.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const Example: Story = () => html` <form
7474
</uui-input>
7575
</div>
7676
</uui-form-layout-item>
77-
<uui-button type="submit" label="Submit" look="positive"> Submit </uui-button>
7877
7978
<uui-button type="reset" label="Reset" look="secondary"> Reset </uui-button>
79+
<uui-button type="submit" label="Submit" look="positive"> Submit </uui-button>
8080
</form>`;

packages/uui-form/lib/uui-form.story.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,9 @@ export const Overview: Story = () => html` <form
109109
required />
110110
</div>
111111
<div>
112+
<uui-button type="reset" label="Reset" look="secondary"> Reset </uui-button>
112113
<uui-button type="submit" label="Submit" look="positive">
113114
Submit
114115
</uui-button>
115-
116-
<uui-button type="reset" label="Reset" look="secondary"> Reset </uui-button>
117116
</div>
118117
</form>`;

0 commit comments

Comments
 (0)