Skip to content

Commit

Permalink
fix(app): Fix the issuer name getting truncated due to large size (#578)
Browse files Browse the repository at this point in the history
Signed-off-by: Talwinder kaur <[email protected]>
  • Loading branch information
talwinder kaur authored Aug 30, 2023
1 parent 32dd9dd commit 1d1d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app/lib/views/issuance_preview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class IssuancePreviewState extends State<IssuancePreview> {
height: 40,
child: Text(
textAlign: TextAlign.center,
style: const TextStyle(fontSize: 24, color: Color(0xff190C21), fontWeight: FontWeight.bold),
style: const TextStyle(fontSize: 18, color: Color(0xff190C21), fontWeight: FontWeight.bold),
issuerDisplayName),
),
SizedBox(
Expand Down

0 comments on commit 1d1d531

Please sign in to comment.