mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-28 15:41:03 +03:00
grey disabled permissions
This commit is contained in:
@@ -461,7 +461,7 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
|
|||||||
message: tooltipText,
|
message: tooltipText,
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: enabled ? MyTheme.accent : Colors.blueGrey,
|
color: enabled ? MyTheme.accent : Colors.grey[700],
|
||||||
borderRadius: BorderRadius.circular(10.0),
|
borderRadius: BorderRadius.circular(10.0),
|
||||||
),
|
),
|
||||||
padding: EdgeInsets.all(4.0),
|
padding: EdgeInsets.all(4.0),
|
||||||
|
|||||||
Reference in New Issue
Block a user