report margin
This commit is contained in:
parent
c7d29f4041
commit
cfa3686de3
@ -303,6 +303,7 @@ const DailyPOSReport = () => {
|
|||||||
{/* Control Panel */}
|
{/* Control Panel */}
|
||||||
<ReportGeneratorComponent
|
<ReportGeneratorComponent
|
||||||
// Props wajib
|
// Props wajib
|
||||||
|
className='min-w-full'
|
||||||
reportTitle='Laporan Penjualan'
|
reportTitle='Laporan Penjualan'
|
||||||
filterType={filterType}
|
filterType={filterType}
|
||||||
selectedDate={selectedDate}
|
selectedDate={selectedDate}
|
||||||
|
|||||||
@ -87,8 +87,7 @@ interface ReportGeneratorProps {
|
|||||||
|
|
||||||
// Custom styled components yang responsif terhadap theme
|
// Custom styled components yang responsif terhadap theme
|
||||||
const StyledCard = styled(Card)(({ theme }) => ({
|
const StyledCard = styled(Card)(({ theme }) => ({
|
||||||
maxWidth: '1024px',
|
margin: '0 0 24px',
|
||||||
margin: '0 auto 24px',
|
|
||||||
boxShadow: theme.palette.mode === 'dark' ? '0 2px 10px rgba(20, 21, 33, 0.3)' : '0 2px 10px rgba(58, 53, 65, 0.1)',
|
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',
|
borderRadius: '8px',
|
||||||
backgroundColor: theme.palette.mode === 'dark' ? theme.palette.background.paper : '#ffffff'
|
backgroundColor: theme.palette.mode === 'dark' ? theme.palette.background.paper : '#ffffff'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user