diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index b93e297..3e5c355 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -122,7 +122,7 @@ export const Layout: React.FC = ({ children }) => { {/* Main Content */} - + {children} diff --git a/src/pages/tasks/TaskFormPage.tsx b/src/pages/tasks/TaskFormPage.tsx index 9cbdd36..641de07 100644 --- a/src/pages/tasks/TaskFormPage.tsx +++ b/src/pages/tasks/TaskFormPage.tsx @@ -124,7 +124,7 @@ export const TaskFormPage: React.FC = () => { as="form" onSubmit={handleSubmit} bg="white" - p={6} + p={4} borderRadius="lg" boxShadow="sm" borderWidth="1px" @@ -178,7 +178,19 @@ export const TaskFormPage: React.FC = () => { bg="gray.50" > {description ? ( - + {description} ) : ( @@ -226,7 +238,19 @@ export const TaskFormPage: React.FC = () => { overflowY="auto" > {description ? ( - + {description} ) : (