mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 13:08:42 +00:00
fix layout
This commit is contained in:
parent
c89a14fc2d
commit
2a116f4601
1 changed files with 7 additions and 10 deletions
|
|
@ -243,16 +243,13 @@ class _AdditionalUserInviteState extends State<AdditionalUserInvite> {
|
||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
onTap: _copyVoucherId,
|
onTap: _copyVoucherId,
|
||||||
child: Card(
|
child: Card(
|
||||||
elevation: 5,
|
elevation: 3,
|
||||||
child: Padding(
|
child: Center(
|
||||||
padding: const EdgeInsets.all(16),
|
child: Text(
|
||||||
child: Center(
|
widget.invite.inviteCode.toUpperCase(),
|
||||||
child: Text(
|
style: const TextStyle(
|
||||||
widget.invite.inviteCode.toUpperCase(),
|
fontSize: 16,
|
||||||
style: const TextStyle(
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 18,
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue