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={() => onClick={() =>
setPasswordState((prev) => ({ ...prev, visible: !prev.visible })) setPasswordState((prev) => ({ ...prev, visible: !prev.visible }))
} }
background="error" background="danger"
border="error" border="danger"
> >
{passwordState.visible ? ( {passwordState.visible ? (
<svg <svg