mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-23 16:32:11 +03:00
Merge pull request #772 from NoRedInk/tessa/fix-button-types
Adds missing type button to text input buttons
This commit is contained in:
commit
9d7788b06a
@ -801,6 +801,7 @@ resetButton config =
|
||||
else
|
||||
Css.top (Css.px 25)
|
||||
]
|
||||
, ClickableSvg.custom [ Attributes.type_ "button" ]
|
||||
]
|
||||
|
||||
|
||||
@ -827,4 +828,5 @@ viewPasswordFloatingContent label toggle config =
|
||||
Css.top (Css.px 22)
|
||||
, Css.fontSize (Css.px 13)
|
||||
]
|
||||
, ClickableText.custom [ Attributes.type_ "button" ]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user