We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e6839 commit c13c36aCopy full SHA for c13c36a
packages/koenig-lexical/src/nodes/CallToActionNode.jsx
@@ -77,7 +77,7 @@ export class CallToActionNode extends BaseCallToActionNode {
77
return (
78
<KoenigCardWrapper
79
nodeKey={this.getKey()}
80
- wrapperStyle={this.backgroundColor ? 'regular' : 'wide'}
+ wrapperStyle={this.backgroundColor === 'none' ? 'wide' : 'regular'}
81
>
82
<CallToActionNodeComponent
83
backgroundColor={this.backgroundColor}
0 commit comments