Skip to content

Commit

Permalink
TextIndicatorWidget | Added padding to center left aligment
Browse files Browse the repository at this point in the history
  • Loading branch information
Minyewoo committed Feb 21, 2024
1 parent 723267c commit 53f199d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class TextIndicatorWidget extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.end,
children: [
_caption,
// SizedBox(height: const Setting('smallPadding').toDouble),
SizedBox(height: const Setting('smallPadding').toDouble),
_indicator,
],
);
Expand Down

0 comments on commit 53f199d

Please sign in to comment.