fix: Bootstrap hint
This commit is contained in:
parent
e0716f643c
commit
0c3612868d
6 changed files with 102 additions and 61 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue