diff --git a/src/components/StateSwitch.tsx b/src/components/StateSwitch.tsx index 2d17ad9d3..5338db584 100644 --- a/src/components/StateSwitch.tsx +++ b/src/components/StateSwitch.tsx @@ -26,7 +26,7 @@ interface StateSwitchProps { } const StyledStates = styled.div` - padding-left: ${gapM}; + padding: 0 ${gapM}; `; const StateSwitch: React.FC = ({ state, flowId, onClick }) => {