Skip to content

Commit

Permalink
fix: design review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Jun 4, 2024
1 parent c04d6f3 commit 0acd63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/PinInput/PinInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $block: '.#{variables.$ns}pin-input';
// stylelint-disable declaration-no-important
padding-inline: 0 !important;
text-align: center;
appearance: none;
}

&_size {
Expand Down
2 changes: 1 addition & 1 deletion src/components/PinInput/__stories__/PinInput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const Disabled: Story = {
export const Placeholder: Story = {
args: {
...Default.args,
placeholder: '§',
placeholder: '',
},
};

Expand Down

0 comments on commit 0acd63d

Please sign in to comment.