Update settings button style

This commit is contained in:
Vishnu Mohandas 2021-02-07 01:17:33 +05:30
parent 74892f8bbd
commit 88ee1bb46d

View file

@ -12,7 +12,7 @@ class SettingsButton extends StatelessWidget {
child: IconButton(
icon: Icon(
Icons.settings,
color: Colors.white60,
color: Colors.white.withOpacity(0.4),
),
padding: EdgeInsets.fromLTRB(16, 4, 16, 18),
onPressed: () async {