Skip to content

Commit

Permalink
Merge pull request Skyscanner#2313 from Skyscanner/KOA-4854
Browse files Browse the repository at this point in the history
[KOA-4854] Fix height in buttons with icon
  • Loading branch information
anambl authored Dec 17, 2021
2 parents 293a27e + b20cfad commit 1c513e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
- bpk-component-calendar:
- bpk-component-datepicker:
- bpk-component-scrollable-calendar:
- Updated sizing of calendar component to correct width and spacing
- Updated sizing of calendar component to correct width and spacing

- bpk-component-button:
- Fixed height in buttons with icon

**Added:**

Expand All @@ -15,4 +18,4 @@

- bpk-mixins:
- Moved `margin-top` from `bpk-component-fieldset` to `bpk-component-form-validation` to ensure that the `8px` margin is applied to the top of the form validation.
- Updated sizing of calendar component to correct width and spacing
- Updated sizing of calendar component to correct width and spacing
2 changes: 1 addition & 1 deletion packages/bpk-component-button/src/BpkButtonBase.module.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
}

svg {
display: block;
fill: currentColor;
}
}

0 comments on commit 1c513e3

Please sign in to comment.