Skip to content

Commit f0195f9

Browse files
committed
define inset block
1 parent e007156 commit f0195f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ui/src/elements/PasswordInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export const PasswordInput = forwardRef<HTMLInputElement, PasswordInputProps>((p
115115
sx={theme => ({
116116
position: 'absolute',
117117
insetInlineEnd: theme.space.$0x75,
118+
insetBlock: theme.space.$0x75,
118119
borderRadius: theme.radii.$sm,
119120
color: theme.colors.$neutralAlpha400,
120121
paddingInline: theme.space.$2,

0 commit comments

Comments
 (0)