Merge branch 'main' of github.com:lollipopkit/flutter_server_box

This commit is contained in:
lollipopkit
2024-04-07 22:55:12 +08:00

View File

@@ -203,7 +203,9 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
: Text(
item.text,
style: TextStyle(
color: selected ? primaryColor : null,
color: selected
? primaryColor
: (_isDark ? Colors.white : Colors.black),
fontSize: 15,
),
);