diff --git a/client/components/new-post/index.tsx b/client/components/new-post/index.tsx
index 0d5ed9ec..604d03d0 100644
--- a/client/components/new-post/index.tsx
+++ b/client/components/new-post/index.tsx
@@ -178,7 +178,7 @@ const Post = () => {
                             id: generateUUID()
                         }])
                     }}
-                    style={{ flex: .5, lineHeight: '40px' }}
+                    style={{ flex: .7, lineHeight: '40px' }}
                     type="default"
                 >
                     Add a File
@@ -190,7 +190,7 @@ const Post = () => {
                 }}>
                     {}
+                        customInput={}
                         placeholderText="Won't expire"
                         selected={expiresAt}
                         showTimeInput={true}