version bump

This commit is contained in:
Salvatore Giordano
2020-07-06 15:36:20 +02:00
parent 44431153cc
commit 9830bb5074
5 changed files with 46 additions and 41 deletions
+3
View File
@@ -157,6 +157,9 @@ class ChannelHeader extends StatelessWidget implements PreferredSizeWidget {
child: Icon(
Icons.arrow_back_ios,
size: 15,
color: Theme.of(context).brightness == Brightness.dark
? Colors.white
: Colors.black,
),
),
);