Update settings button style
This commit is contained in:
parent
74892f8bbd
commit
88ee1bb46d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue