fix: follow system color scheme

This commit is contained in:
lollipopkit
2024-01-05 21:00:00 +08:00
parent 9f299079f8
commit 43fb481aee
6 changed files with 99 additions and 94 deletions

View File

@@ -212,4 +212,4 @@ void main() {
final result = Batteries.parse(_raw);
expect(result.length, 7);
});
}
}