Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
macandcheese committed Dec 15, 2022
1 parent 3ec7be4 commit bcddc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const sideBySide_TestOnly = (): string => html`
<div style="width: 300px; max-width: 100%; display: flex; flex-direction: row; background-color: #fff">
<calcite-button
width="half"
appearance="${select("appearance", ["solid", "outline", "outline-fill", "transparent"], "solid")}"
appearance="${select("appearance", ["solid", "outline", "outline-fill", "transparent"], "outline-fill")}"
kind="${select("kind", ["brand", "danger", "inverse", "neutral"], "brand")}"
>
${text("text", "Back")}
Expand Down

0 comments on commit bcddc09

Please sign in to comment.