mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: ssh page icon color
This commit is contained in:
@@ -199,7 +199,11 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final child = item.icon != null
|
final child = item.icon != null
|
||||||
? Icon(item.icon, size: 17)
|
? Icon(
|
||||||
|
item.icon,
|
||||||
|
size: 17,
|
||||||
|
color: _isDark ? Colors.white : Colors.black,
|
||||||
|
)
|
||||||
: Text(
|
: Text(
|
||||||
item.text,
|
item.text,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
|||||||
Reference in New Issue
Block a user