We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca0900 commit 28fddf8Copy full SHA for 28fddf8
src/components/Button/Button.stories.tsx
@@ -35,6 +35,7 @@ export const Main: Story = {
35
),
36
args: {
37
active: false,
38
+ isLabel: false,
39
variant: "standard",
40
title: "My Button",
41
id: "id",
src/components/IdeInterface/IdeInterface.tsx
@@ -165,6 +165,7 @@ const ViewersContainer = ({
165
active={visibility[index]}
166
variant="tab"
167
iconType="fill"
168
+ isLabel={false}
169
title={`Toggle ${viewer.name}`}
170
id={`${viewer.name}-toggle`}
171
onClick={() => toggleVisibility(index)}
0 commit comments