grey disabled permissions
This commit is contained in:
parent
11fc56ab2c
commit
0b1fdffdcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue