fix: fix error style button in Input story

This commit is contained in:
p-sw 2024-05-28 21:21:21 +09:00
parent a5a371e35d
commit eed6039500

View File

@ -81,8 +81,8 @@ export const InputWithFrameInvalid = () => {
onClick={() =>
setPasswordState((prev) => ({ ...prev, visible: !prev.visible }))
}
background="error"
border="error"
background="danger"
border="danger"
>
{passwordState.visible ? (
<svg