diff --git a/.changeset/short-rats-beam.md b/.changeset/short-rats-beam.md new file mode 100644 index 0000000..6b63ee4 --- /dev/null +++ b/.changeset/short-rats-beam.md @@ -0,0 +1,5 @@ +--- +"namesake": patch +--- + +Adjust responsive padding and margins diff --git a/src/components/AppContent/AppContent.tsx b/src/components/AppContent/AppContent.tsx new file mode 100644 index 0000000..bfb0917 --- /dev/null +++ b/src/components/AppContent/AppContent.tsx @@ -0,0 +1,7 @@ +type AppContentProps = { + children: React.ReactNode; +}; + +export const AppContent = ({ children }: AppContentProps) => { + return
{children}
; +}; diff --git a/src/components/AppContent/index.ts b/src/components/AppContent/index.ts new file mode 100644 index 0000000..a35c2e6 --- /dev/null +++ b/src/components/AppContent/index.ts @@ -0,0 +1 @@ +export * from "./AppContent"; diff --git a/src/components/AppSidebar/AppSidebar.tsx b/src/components/AppSidebar/AppSidebar.tsx index 420a9a1..4584cc7 100644 --- a/src/components/AppSidebar/AppSidebar.tsx +++ b/src/components/AppSidebar/AppSidebar.tsx @@ -24,10 +24,10 @@ export const AppSidebar = ({ children }: AppSidebarProps) => { }; return ( -
-
+
+
- + Beta @@ -47,8 +47,8 @@ export const AppSidebar = ({ children }: AppSidebarProps) => {
-
{children}
-
+
{children}
+