feat: Introduce adding a new app connection
This commit is contained in:
@@ -20,7 +20,7 @@ export const Typography = styled(MuiTypography)(({ theme }) => ({
|
||||
}));
|
||||
|
||||
export const DesktopOnlyBreakline = styled('br')(({ theme }) => ({
|
||||
[theme.breakpoints.down('md')]: {
|
||||
[theme.breakpoints.down('sm')]: {
|
||||
display: 'none',
|
||||
}
|
||||
}));
|
||||
|
Reference in New Issue
Block a user