Skip to content

Commit

Permalink
feat: small margin adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Jan 25, 2024
1 parent edb56a9 commit d4d2d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/form/textarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const StyledTextarea = styled.textarea`
const StyledSVG = styled.svg``;

const Message = styled.div<VariantProp>`
margin-top: 6px;
margin-top: 12px;
display: flex;
align-items: flex-start;
Expand Down

0 comments on commit d4d2d2c

Please sign in to comment.