mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🐛 Iframe color scheme for Dash. module
This commit is contained in:
@@ -70,6 +70,8 @@ const useStyles = createStyles((theme, _params) => ({
|
||||
maxWidth: '100%',
|
||||
height: '140px',
|
||||
borderRadius: theme.radius.lg,
|
||||
border: 'none',
|
||||
colorScheme: 'none',
|
||||
},
|
||||
}));
|
||||
|
||||
@@ -248,7 +250,6 @@ export function DashdotComponent() {
|
||||
.join('&')}`
|
||||
: ''
|
||||
}`}
|
||||
frameBorder="0"
|
||||
/>
|
||||
</Stack>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user