@blocklet/pages-kit-block-studio 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -544,7 +544,7 @@ function Layout({ loadState, loadedData }) {
|
|
|
544
544
|
height: state.simulatorType === 'mobile' ? 'calc(100% - 60px)' : 'calc(100% - 30px)',
|
|
545
545
|
display: 'flex',
|
|
546
546
|
width: '100%',
|
|
547
|
-
backgroundColor: '
|
|
547
|
+
backgroundColor: 'background.paper',
|
|
548
548
|
...(state.simulatorType === 'mobile'
|
|
549
549
|
? {
|
|
550
550
|
borderRadius: '0 0 20px 20px',
|
|
@@ -553,7 +553,8 @@ function Layout({ loadState, loadedData }) {
|
|
|
553
553
|
: {
|
|
554
554
|
borderBottomLeftRadius: '6px',
|
|
555
555
|
borderBottomRightRadius: '6px',
|
|
556
|
-
border: '1px solid
|
|
556
|
+
border: '1px solid',
|
|
557
|
+
borderColor: 'grey.100',
|
|
557
558
|
}),
|
|
558
559
|
}, children: [state.draggingSplitPane && DraggingSplitPlaceholder, _jsx(Box, { id: "preview-iframe", component: "iframe", src: iframeUrl, sx: {
|
|
559
560
|
flex: 1,
|