Skip to content

Commit a7f2f4b

Browse files
committed
fix(Field): add a visual gap between input and message
1 parent 7030f18 commit a7f2f4b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/healthy-ducks-do.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@cube-dev/ui-kit': patch
3+
---
4+
5+
Add a visual gap between the field input and the message below.

src/components/form/FieldWrapper/FieldWrapper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const FieldElement = tasty({
4141
InputArea: {
4242
display: 'block',
4343
flow: 'column',
44+
gap: '.5x',
4445
gridColumn: {
4546
'': 'initial',
4647
'has-sider': 2,

0 commit comments

Comments
 (0)