fix: fix error style button in Input story
This commit is contained in:
parent
a5a371e35d
commit
eed6039500
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user