Skip to content

Commit 2a1db9c

Browse files
committed
form
1 parent d0ab4a8 commit 2a1db9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,11 @@ export const Overview: Story = () => {
158158
<uui-button type="reset" label="Reset" look="secondary"
159159
>Reset</uui-button
160160
>
161-
<uui-button type="submit" label="Submit" look="positive">
161+
<uui-button
162+
type="submit"
163+
label="Submit"
164+
look="primary"
165+
color="primary">
162166
Submit
163167
</uui-button>
164168
</div>

0 commit comments

Comments
 (0)