Skip to content

Commit

Permalink
fix(slide): Fix issue with True Color support
Browse files Browse the repository at this point in the history
I've reverted True Color to 256-color palette
  • Loading branch information
ghaiklor committed May 12, 2016
1 parent bdf9a19 commit 3257f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/Slide.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ const SERIALIZED_SLIDE_DECLARATION = {
type: 'Text',
options: {
align: 'center',
background: false,
background: 'none',
blink: false,
bold: false,
dim: false,
foreground: false,
foreground: 'none',
height: 5,
hidden: false,
reverse: false,
Expand Down

0 comments on commit 3257f22

Please sign in to comment.