mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +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(
|
||||
onTap: _copyVoucherId,
|
||||
child: Card(
|
||||
elevation: 5,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(16),
|
||||
child: Center(
|
||||
child: Text(
|
||||
widget.invite.inviteCode.toUpperCase(),
|
||||
style: const TextStyle(
|
||||
fontSize: 18,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
elevation: 3,
|
||||
child: Center(
|
||||
child: Text(
|
||||
widget.invite.inviteCode.toUpperCase(),
|
||||
style: const TextStyle(
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue