Skip to content

Commit 16563bd

Browse files
committed
fix: Configuration File test
1 parent 0778e3a commit 16563bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/configuration_file_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void main() {
1919
{
2020
'text': 'My overlay',
2121
'textStyle': {
22-
'color': 'ff000000',
22+
'color': '#ff000000',
2323
'fontSize': 12.0,
2424
},
2525
'position_x': 10.0,

0 commit comments

Comments
 (0)