design: Use outlined icons

This commit is contained in:
Christian Pauly 2020-12-06 10:31:35 +01:00
commit 67614205c9
27 changed files with 112 additions and 101 deletions

View file

@ -102,7 +102,7 @@ class _SignUpState extends State<SignUp> {
: Colors.white
: Theme.of(context).secondaryHeaderColor,
child: avatar == null
? Icon(Icons.camera_alt,
? Icon(Icons.camera_alt_outlined,
color: Theme.of(context).primaryColor)
: null,
),
@ -125,7 +125,7 @@ class _SignUpState extends State<SignUp> {
? Color(0xff121212)
: Colors.white,
child: Icon(
Icons.account_circle,
Icons.account_circle_outlined,
color: Theme.of(context).primaryColor,
),
),