Skip to content

Commit 3257f22

Browse files
committed
fix(slide): Fix issue with True Color support
I've reverted True Color to 256-color palette
1 parent bdf9a19 commit 3257f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/Slide.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ const SERIALIZED_SLIDE_DECLARATION = {
3131
type: 'Text',
3232
options: {
3333
align: 'center',
34-
background: false,
34+
background: 'none',
3535
blink: false,
3636
bold: false,
3737
dim: false,
38-
foreground: false,
38+
foreground: 'none',
3939
height: 5,
4040
hidden: false,
4141
reverse: false,

0 commit comments

Comments
 (0)