Update color

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-16 13:23:42 +01:00
parent 4723b704db
commit 76b639656f

View File

@@ -106,7 +106,9 @@ class _WolfRendererState extends State<WolfRenderer>
@override
Widget build(BuildContext context) {
if (!engine.isInitialized) {
return const Center(child: CircularProgressIndicator(color: Colors.teal));
return const Center(
child: CircularProgressIndicator(color: Color.fromARGB(255, 4, 64, 64)),
);
}
return Scaffold(