mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-16 06:39:43 -06:00
adjust padding with theme spacing for consistency.
This commit is contained in:
@@ -170,7 +170,7 @@ const NotificationIntegrationModal = ({
|
||||
</Box>
|
||||
|
||||
{/* Right side content */}
|
||||
<Box sx={{ flex: 1, pl: 15 }}>
|
||||
<Box sx={{ flex: 1, pl: theme.spacing(15) }}>
|
||||
{/* Slack Tab */}
|
||||
<TabPanel value={tabValue} index={0}>
|
||||
<Typography variant="subtitle1" component="h4" sx={{ fontWeight: 'bold' }}>Slack</Typography>
|
||||
|
||||
Reference in New Issue
Block a user