Merge pull request #508 from ajnart/fix-iframe-color-scheme

This commit is contained in:
Thomas Camlong
2022-11-16 21:27:45 +09:00
committed by GitHub

View File

@@ -70,6 +70,8 @@ const useStyles = createStyles((theme, _params) => ({
maxWidth: '100%', maxWidth: '100%',
height: '140px', height: '140px',
borderRadius: theme.radius.lg, borderRadius: theme.radius.lg,
border: 'none',
colorScheme: 'none',
}, },
})); }));
@@ -248,7 +250,6 @@ export function DashdotComponent() {
.join('&')}` .join('&')}`
: '' : ''
}`} }`}
frameBorder="0"
/> />
</Stack> </Stack>
))} ))}