Skip to content

Commit

Permalink
test(InputGroup): make outlined variant button plain
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jul 20, 2024
1 parent d05054a commit 5e1d43e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/InputGroup.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { MagnifyingGlassIcon } from "@heroicons/react/24/solid";
import type { Meta, StoryObj } from "@storybook/react";

import { ButtonPlain } from "./ButtonPlain";
import { ButtonSecondary } from "./ButtonSecondary";
import { InputFilled } from "./InputFilled";
import { InputGroup } from "./InputGroup";
Expand All @@ -20,9 +21,9 @@ export const WithInputOutlined = {
args: {
addonStart: <MagnifyingGlassIcon className="size-6" />,
addonEnd: (
<ButtonSecondary size="sm" shape="pill">
<ButtonPlain size="sm" shape="pill">
Go
</ButtonSecondary>
</ButtonPlain>
),
},
render: (args) => (
Expand Down

0 comments on commit 5e1d43e

Please sign in to comment.