Skip to content

Commit f989c6a

Browse files
committed
change example text color to black and white for MagTag
1 parent 43a6046 commit f989c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/images/sample_text_slide.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"text": "Sample Text\nSlideshow",
33
"h_align": "CENTER",
44
"v_align": "CENTER",
5-
"color": "0x0000FF",
6-
"background_color": "0xFF00FF",
5+
"color": "0x000000",
6+
"background_color": "0xFFFFFF",
77
"scale": 2
88
}

0 commit comments

Comments
 (0)