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( : Text(
item.text, item.text,
style: TextStyle( style: TextStyle(
color: selected ? primaryColor : null, color: selected
? primaryColor
: (_isDark ? Colors.white : Colors.black),
fontSize: 15, fontSize: 15,
), ),
); );