Skip to content

Commit

Permalink
fix(button): correct the width and height of icons inside buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
harpalsingh committed Oct 16, 2023
1 parent fe6cf34 commit 19c1c5d
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 19c1c5d

Please sign in to comment.