Skip to content

Commit

Permalink
chore(StateSwitch): added padding-right to StyledStates to look same
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVorop committed Aug 7, 2023
1 parent 296bc90 commit 72d6bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StateSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface StateSwitchProps {
}

const StyledStates = styled.div`
padding-left: ${gapM};
padding: 0 ${gapM};
`;

const StateSwitch: React.FC<StateSwitchProps> = ({ state, flowId, onClick }) => {
Expand Down

0 comments on commit 72d6bda

Please sign in to comment.