Skip to content

Commit

Permalink
fix: [NO-TASK] Upload actual Dropdown changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Nov 24, 2023
1 parent 9ef71b9 commit 0957268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/src/storybook/stories/dropdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class _DropdownStoryState extends State<DropdownStory> {
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
const TextDivider(text: "Dropdown with choices"),
const TextDivider(text: "Dropdown with multiple choices"),
MoonDropdown(
contentPadding: const EdgeInsets.symmetric(horizontal: 16),
show: _showChoices,
Expand Down

0 comments on commit 0957268

Please sign in to comment.