Skip to content

Commit

Permalink
fix: [MDS-1060] Fix Tag icon alignment (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: Birgitt Majas <birgitt.majas@yolo.com>
  • Loading branch information
GittHub-d and Birgitt Majas committed Apr 1, 2024
1 parent 2855628 commit 5eac85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/assets/code_snippets/dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class _DropdownState extends State<Dropdown> {
? Center(
child: MoonTag(
tagSize: MoonTagSize.xs,
isUpperCase: false,
backgroundColor: context.moonColors!.bulma,
onTap: () => setState(() => _availableChoices.updateAll((key, value) => false)),
label: Text(
Expand Down
1 change: 1 addition & 0 deletions example/lib/src/storybook/stories/primitives/dropdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class _DropdownStoryState extends State<DropdownStory> {
? Center(
child: MoonTag(
tagSize: MoonTagSize.xs,
isUpperCase: false,
backgroundColor: context.moonColors!.bulma,
onTap: () => setState(() => _availableChoices.updateAll((key, value) => false)),
label: Text(
Expand Down

0 comments on commit 5eac85b

Please sign in to comment.