grey disabled permissions
This commit is contained in:
parent
11fc56ab2c
commit
0b1fdffdcc
@ -461,7 +461,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
|
||||
message: tooltipText,
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
color: enabled ? MyTheme.accent : Colors.blueGrey,
|
||||
color: enabled ? MyTheme.accent : Colors.grey[700],
|
||||
borderRadius: BorderRadius.circular(10.0),
|
||||
),
|
||||
padding: EdgeInsets.all(4.0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user