report margin

This commit is contained in:
efrilm 2025-09-25 13:08:31 +07:00
parent c7d29f4041
commit cfa3686de3
2 changed files with 2 additions and 2 deletions

View File

@ -303,6 +303,7 @@ const DailyPOSReport = () => {
{/* Control Panel */}
<ReportGeneratorComponent
// Props wajib
className='min-w-full'
reportTitle='Laporan Penjualan'
filterType={filterType}
selectedDate={selectedDate}

View File

@ -87,8 +87,7 @@ interface ReportGeneratorProps {
// Custom styled components yang responsif terhadap theme
const StyledCard = styled(Card)(({ theme }) => ({
maxWidth: '1024px',
margin: '0 auto 24px',
margin: '0 0 24px',
boxShadow: theme.palette.mode === 'dark' ? '0 2px 10px rgba(20, 21, 33, 0.3)' : '0 2px 10px rgba(58, 53, 65, 0.1)',
borderRadius: '8px',
backgroundColor: theme.palette.mode === 'dark' ? theme.palette.background.paper : '#ffffff'