Skip to content

Commit

Permalink
(#0) InputPassword 색상 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
baegofda committed Dec 2, 2023
1 parent 9fe8dcc commit e47cead
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/components/Input/InputPassword/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ const InputPassword = forwardRef((
{showPassword ? HidePasswordIcon : ShowPasswordIcon}
</button>
}
labelColor = {"gray-06"}
borderColor = {"gray-04"}
/>
);
});
Expand Down

0 comments on commit e47cead

Please sign in to comment.