design: Remove cupertino icons

This commit is contained in:
Krille Fear 2021-11-14 13:24:01 +01:00
commit 88c9753222
10 changed files with 254 additions and 241 deletions

View file

@ -18,7 +18,7 @@ class ContentBanner extends StatelessWidget {
const ContentBanner(this.mxContent,
{this.height = 400,
this.defaultIcon = CupertinoIcons.group,
this.defaultIcon = Icons.people_outlined,
this.loading = false,
this.onEdit,
this.client,
@ -72,7 +72,7 @@ class ContentBanner extends StatelessWidget {
onPressed: onEdit,
backgroundColor: Theme.of(context).backgroundColor,
foregroundColor: Theme.of(context).textTheme.bodyText1.color,
child: const Icon(CupertinoIcons.camera),
child: const Icon(Icons.camera_alt_outlined),
),
),
],