diff --git a/apps/mobile/src/components/ActionIcon/index.js b/apps/mobile/src/components/ActionIcon/index.js index 077fd30e8..2df366ba1 100644 --- a/apps/mobile/src/components/ActionIcon/index.js +++ b/apps/mobile/src/components/ActionIcon/index.js @@ -10,7 +10,9 @@ export const ActionIcon = ({ color, customStyle, size = SIZE.xxxl, - iconStyle={} + iconStyle = {}, + left = 10, + right = 10, }) => { const [state, dispatch] = useTracked(); const {colors} = state; @@ -18,7 +20,7 @@ export const ActionIcon = ({ return (