Skip to content

Commit

Permalink
fix: [MDS-430] Fix Chip border properties inconsistencies (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Mar 10, 2023
1 parent 99ac056 commit 781d0e8
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 100 deletions.
10 changes: 5 additions & 5 deletions example/lib/src/storybook/stories/chip.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ class ChipStory extends Story {
description: "Border radius for the Chip.",
);

final showBorderKnob = context.knobs.boolean(
label: "showBorder",
description: "Show border when isActive.",
);

final isActiveKnob = context.knobs.boolean(
label: "isActive",
description: "Whether the Chip is active/selected.",
);

final showBorderKnob = context.knobs.boolean(
label: "showBorder",
description: "Show border when isActive.",
);

final showLeftIconKnob = context.knobs.boolean(
label: "Show leftIcon",
description: "Show widget in the leftIcon slot.",
Expand Down
Loading

0 comments on commit 781d0e8

Please sign in to comment.