Skip to content

Commit

Permalink
Left and right padding added for create tag button
Browse files Browse the repository at this point in the history
  • Loading branch information
GleammerRay committed Mar 23, 2024
1 parent 49a25e1 commit 5125643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/passy_flutter/widgets/entry_tag_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ class _EntryTagList extends State<EntryTagList> {
if (widget.showAddButton)
Padding(
padding: EdgeInsets.only(
left: PassyTheme.passyPadding.left / 2,
right: PassyTheme.passyPadding.right / 2,
bottom: showScrollbar ? _bottomPadding : 0),
child: FloatingActionButton(
heroTag: null,
Expand Down

0 comments on commit 5125643

Please sign in to comment.