modified: lib/settings/settting.dart

This commit is contained in:
stonegate 2020-04-06 20:30:44 +08:00
parent 84e10061c8
commit 91f2b69f05
2 changed files with 2 additions and 5 deletions

View File

@ -275,7 +275,7 @@ class _PodcastCardState extends State<PodcastCard> {
_addGroup = true;
});
}),
_buttonOnMenu(Icon(Icons.notifications), () {}),
// _buttonOnMenu(Icon(Icons.notifications), () {}),
_buttonOnMenu(
Icon(
Icons.delete,
@ -392,9 +392,6 @@ class _RenameGroupState extends State<RenameGroup> {
Theme.of(context).brightness == Brightness.light
? Color.fromRGBO(113, 113, 113, 1)
: Color.fromRGBO(5, 5, 5, 1),
// statusBarColor: Theme.of(context).brightness == Brightness.light
// ? Color.fromRGBO(113, 113, 113, 1)
// : Color.fromRGBO(15, 15, 15, 1),
),
child: AlertDialog(
shape: RoundedRectangleBorder(

View File

@ -229,7 +229,7 @@ class Settings extends StatelessWidget {
builder: (context) => SlideIntro(goto: Goto.settings))),
contentPadding:
EdgeInsets.symmetric(horizontal: 25.0),
leading: Icon(LineIcons.bug_solid),
leading: Icon(LineIcons.columns_solid),
title: Text('App Intro'),
),
Divider(height: 2),