Skip to content

Commit

Permalink
Increase spacing on MockSalaryDetails actions (#619)
Browse files Browse the repository at this point in the history
This consists of a multiple controls which makes the `medium` spacing
look a bit crowded.
  • Loading branch information
etaoins authored Sep 29, 2021
1 parent ce876d8 commit c604a3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-mice-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'wingman-fe': patch
---

**MockSalaryDetails:** Increase spacing on mock component actions
2 changes: 1 addition & 1 deletion fe/lib/components/SalaryDetails/SalaryDetails.mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Props extends SalaryDetailsProps {

export const MockSalaryDetails = ({ showStorybookAction, ...props }: Props) => (
<MockComponentActions
space="medium"
space="large"
showStorybookAction={showStorybookAction}
storybookPath="/story/job-posting-salary-details-salarydetails--salary-details"
sourcePath="lib/components/SalaryDetails"
Expand Down

0 comments on commit c604a3f

Please sign in to comment.