Skip to content

Commit 0aede7b

Browse files
fix(ui): align Field error icon to line height
1 parent 8f6a936 commit 0aede7b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/ui/src/mosaic/components/field/field.styles.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const styles = stylex.create({
2121
},
2222
errorIcon: {
2323
flexShrink: 0,
24-
position: 'relative',
25-
top: 1,
24+
height: '1lh',
2625
},
2726
});

0 commit comments

Comments
 (0)