diff --git a/src/components/ButtonIcon/ButtonIcon.jsx b/src/components/ButtonIcon/ButtonIcon.jsx index bc07bd0d..c39a4e92 100644 --- a/src/components/ButtonIcon/ButtonIcon.jsx +++ b/src/components/ButtonIcon/ButtonIcon.jsx @@ -132,6 +132,7 @@ ButtonIcon.propTypes = { "privacy", "ln", "trezor", + "ledger", "create", "restore", "watchOnly", diff --git a/src/components/Icon/Icon.jsx b/src/components/Icon/Icon.jsx index bff4342a..4a20b7b0 100644 --- a/src/components/Icon/Icon.jsx +++ b/src/components/Icon/Icon.jsx @@ -1282,7 +1282,7 @@ const icons = (type, backgroundColor, iconColor) => { ), ledger: ( ), diff --git a/src/stories/Icon.stories.jsx b/src/stories/Icon.stories.jsx index cf93800a..9fb93365 100644 --- a/src/stories/Icon.stories.jsx +++ b/src/stories/Icon.stories.jsx @@ -15,12 +15,6 @@ export const Type = Template.bind({}); Type.args = { type: "search", }; -export const CustomHeightWidth = Template.bind({}); -CustomHeightWidth.args = { - type: "ledger", - width: "148", - height: "128", -}; export const Small = Template.bind({}); Small.args = { type: "github",