Skip to content

Commit

Permalink
fix: Add letter spacing to upper case MoonTag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Feb 15, 2023
1 parent 87a6e46 commit 1454be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/tag/tag.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class MoonTag extends StatelessWidget {
),
child: DefaultTextStyle.merge(
style: isUpperCase
? effectiveMoonTagSize.upperCaseTextStyle.copyWith(color: effectiveTextColor)
? effectiveMoonTagSize.upperCaseTextStyle.copyWith(color: effectiveTextColor, letterSpacing: 1)
: effectiveMoonTagSize.textStyle.copyWith(color: effectiveTextColor),
child: Row(
mainAxisSize: MainAxisSize.min,
Expand Down

0 comments on commit 1454be1

Please sign in to comment.