From 16563bdac62e8a5acd904f8a1bf12a9162bca47e Mon Sep 17 00:00:00 2001 From: Bruno D'Luka Date: Mon, 30 Dec 2024 14:29:59 -0300 Subject: [PATCH] fix: Configuration File test --- test/configuration_file_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/configuration_file_test.dart b/test/configuration_file_test.dart index e66a590f..1182edb4 100644 --- a/test/configuration_file_test.dart +++ b/test/configuration_file_test.dart @@ -19,7 +19,7 @@ void main() { { 'text': 'My overlay', 'textStyle': { - 'color': 'ff000000', + 'color': '#ff000000', 'fontSize': 12.0, }, 'position_x': 10.0,