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={() =>
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user