Skip to content

Commit

Permalink
Merge pull request #129 from aversini/fix(TextArea)-helper-text-is-a-…
Browse files Browse the repository at this point in the history
…bit-too-high

fix(TextArea): helper text is a bit too high
  • Loading branch information
aversini authored Dec 6, 2023
2 parents 1a4ec78 + 2fcbe12 commit 3357a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-components/src/components/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

.av-text-input-helper-text,
.av-text-area-helper-text {
transform: translate(18px, var(--av-text-area-helper-text, 30px))
transform: translate(18px, var(--av-text-area-helper-text, 32px))
scale(0.75);
transform-origin: top left;
}
Expand Down

0 comments on commit 3357a18

Please sign in to comment.