diff --git a/src/layouts/dashbord/index.tsx b/src/layouts/dashbord/index.tsx
index 8496186..8c28f52 100644
--- a/src/layouts/dashbord/index.tsx
+++ b/src/layouts/dashbord/index.tsx
@@ -55,7 +55,7 @@ function App() {
}}
>
-
+
diff --git a/src/pages/dashboard/login-user/list.tsx b/src/pages/dashboard/login-user/list.tsx
index c18e747..267b91e 100644
--- a/src/pages/dashboard/login-user/list.tsx
+++ b/src/pages/dashboard/login-user/list.tsx
@@ -165,7 +165,7 @@ function SearchBox({ table }: CommonProps) {
return (
-
+
名前
diff --git a/src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx b/src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx
index de63b28..04395ad 100644
--- a/src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx
+++ b/src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx
@@ -308,7 +308,6 @@ function SearchBox({ table }: CommonProps) {
ステータス
- {/* */}
-
+
運営会社
@@ -379,15 +378,13 @@ function SearchBox({ table }: CommonProps) {
)}
- {/* */}
- はがき一括
diff --git a/src/theme/index.tsx b/src/theme/index.tsx
index 9e2f988..945b239 100644
--- a/src/theme/index.tsx
+++ b/src/theme/index.tsx
@@ -170,6 +170,15 @@ theme = {
},
},
},
+ MuiGrid: {
+ styleOverrides: {
+ root: {
+ "&>.MuiGrid-item": {
+ paddingTop: theme.spacing(1),
+ },
+ },
+ },
+ },
},
};