schema: remove frame bg guard flag from runtime
This commit is contained in:
@@ -787,7 +787,7 @@ export const renderFrameBackground = (
|
||||
roundCorners?: boolean;
|
||||
},
|
||||
) => {
|
||||
if (!frame.backgroundEnabled || isTransparent(frame.backgroundColor)) {
|
||||
if (isTransparent(frame.backgroundColor)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user