Allow gradient in story preview background

This commit is contained in:
Matus Backor 2020-06-23 08:35:45 +02:00
parent 91b0418146
commit 08849a7b24

View File

@ -178,7 +178,7 @@ export class BackgroundSelector extends Component<Props> {
<Global
styles={(theme: Theme) => ({
[`#${iframeId}`]: {
backgroundColor:
background:
selectedBackgroundColor === 'transparent'
? theme.background.content
: selectedBackgroundColor,