Skip to content

Commit

Permalink
Make Screen.backgroundColor default to transparent, so you get fe…
Browse files Browse the repository at this point in the history
…edback when changing the `Canvas` backgroundColor.

Makes a lot of sense now that we renamed `No Device` to `Canvas`
  • Loading branch information
J.P.P Treub committed Sep 5, 2016
1 parent 11296da commit ebf58d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Components/DeviceComponent.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ Devices =
"fullscreen":
name: "Fullscreen"
deviceType: "desktop"
backgroundColor: "white"
backgroundColor: "transparent"

"custom":
name: "Custom"
Expand Down

0 comments on commit ebf58d2

Please sign in to comment.