feat: create edit collection page

This commit is contained in:
Sonny
2024-05-14 23:57:54 +02:00
committed by Sonny
parent 6b327a5b1e
commit 6b4cfd9926
13 changed files with 180 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ import BaseLayout from './_base_layout';
const DashboardLayoutStyle = styled.div(({ theme }) => ({
height: '100%',
width: theme.media.small_desktop,
width: theme.media.medium_desktop,
maxWidth: '100%',
padding: '0.75em 1em',
}));