modified: lib/settings/settting.dart
This commit is contained in:
parent
84e10061c8
commit
91f2b69f05
|
@ -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(
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue