Skip to content

Commit

Permalink
Merge pull request #78 from sendbird/fix/input_text_field_align
Browse files Browse the repository at this point in the history
fix: sendbird-message-input-text-field align
  • Loading branch information
AhyoungRyu authored Feb 7, 2024
2 parents cdfe6d0 + 6ad27cb commit 5c22bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CustomChannelComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const Root = styled.div<RootStyleProps>`
background-color: #eeeeee;
border-radius: 20px;
height: auto;
text-align: start;
::placeholder {
color: rgba(0, 0, 0, 0.38);
}
Expand Down

0 comments on commit 5c22bf6

Please sign in to comment.