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
|
||||
? Icon(item.icon, size: 17)
|
||||
? Icon(
|
||||
item.icon,
|
||||
size: 17,
|
||||
color: _isDark ? Colors.white : Colors.black,
|
||||
)
|
||||
: Text(
|
||||
item.text,
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user