Skip to content

Commit

Permalink
Merge pull request #6371 from Sage/FE-6242
Browse files Browse the repository at this point in the history
fix(button): correct the width and height of icons inside buttons
  • Loading branch information
stephenogorman authored Nov 6, 2023
2 parents f3fa09f + 0ea3b36 commit 42d1ad8
Show file tree
Hide file tree
Showing 6 changed files with 444 additions and 223 deletions.
2 changes: 1 addition & 1 deletion src/components/button-bar/button-bar.pw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ test.describe(
);
const buttonWidths = await Promise.all(buttonWidthPromises);
buttonWidths.forEach((width) =>
expect(parseFloat(width)).toBeCloseTo(82, 0)
expect(parseFloat(width)).toBeCloseTo(86, 0)
);
});

Expand Down
Loading

0 comments on commit 42d1ad8

Please sign in to comment.