Skip to content

Commit

Permalink
fix: Configuration File test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Dec 30, 2024
1 parent 0778e3a commit 16563bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/configuration_file_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void main() {
{
'text': 'My overlay',
'textStyle': {
'color': 'ff000000',
'color': '#ff000000',
'fontSize': 12.0,
},
'position_x': 10.0,
Expand Down

0 comments on commit 16563bd

Please sign in to comment.