adjust padding with theme spacing for consistency.

This commit is contained in:
Skorpios
2025-03-06 17:48:46 -08:00
parent 4736f4f301
commit a296a70bcd

View File

@@ -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>