fix: Bootstrap hint

This commit is contained in:
Christian Pauly 2021-02-27 09:10:08 +01:00
commit 0c3612868d
6 changed files with 102 additions and 61 deletions

View file

@ -140,12 +140,7 @@ class _ContactsState extends State<Contacts> {
color: Colors.grey,
),
Center(
child: RaisedButton(
elevation: 7,
color: Theme.of(context).scaffoldBackgroundColor,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(6),
),
child: OutlinedButton(
child: Text(
L10n.of(context).inviteContact,
style: TextStyle(