Skip to content

Commit

Permalink
✨ input-comment box
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0814 committed Oct 16, 2023
1 parent 0b402e3 commit 19aaf45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/ui/src/input/input-comment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ export function InputComment({
}}
/* styles */
maxRows={3}
minRows={1}
type='text'
radius='full'
labelPlacement='outside'
classNames={{
label: ['mx-[12px]', 'body-2'],
input: ['!bg-white', 'text-black', 'placeholder:text-gray-300', 'body-3'],
innerWrapper: ['px-[0px]', 'py-[0px]'],
input: ['!bg-white', 'text-black', 'placeholder:text-gray-300', 'body-3', 'px-[0px]', 'py-[0]'],
innerWrapper: [],
inputWrapper: [
'items-start',
'!bg-white',
Expand All @@ -53,7 +54,7 @@ export function InputComment({
'!cursor-text',
'rounded-[20px]',
'px-[20px]',
'py-[13px]',
'py-[10px]',
],
}}
{...rest}
Expand Down

0 comments on commit 19aaf45

Please sign in to comment.