Skip to content

Commit

Permalink
Empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Mar 5, 2024
1 parent eb450c6 commit 453abc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
18 changes: 0 additions & 18 deletions ios/Flutter/Flutter.podspec

This file was deleted.

8 changes: 7 additions & 1 deletion lib/ui/receive/share_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class _AppShareCardState extends State<AppShareCard> {
children: [
// Currency Icon
TextSpan(
text: "\ue801",
text: "\u{e801} ",
style: TextStyle(
color:
StateContainer.of(context).curTheme.primary,
Expand Down Expand Up @@ -118,6 +118,12 @@ class _AppShareCardState extends State<AppShareCard> {
),
),
],
style: TextStyle(
fontFamily: 'NeueHansKendrick',
color: StateContainer.of(context).curTheme.primary,
fontWeight: FontWeight.w500,
fontSize: 14.8,
),
),
),
),
Expand Down

0 comments on commit 453abc8

Please sign in to comment.