Skip to content

Commit

Permalink
Merge pull request #272 from pxblue/dev
Browse files Browse the repository at this point in the history
Publish 5.1.1
  • Loading branch information
huayunh authored Apr 7, 2021
2 parents c5981ea + 3e4a17c commit 03bea58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.1

### Fixed

- Fixed misaligned menu icon in `<DrawerHeader>`.

## 5.1.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pxblue/react-components",
"version": "5.1.0",
"version": "5.1.1",
"description": "React components for PX Blue applications",
"scripts": {
"test": "jest src",
Expand Down
2 changes: 1 addition & 1 deletion components/src/core/Drawer/DrawerHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const useStyles = makeStyles((theme: Theme) =>
paddingRight: 0,
paddingLeft: 0,
width: '100%',
alignItems: 'flex-start',
alignItems: 'center',
boxSizing: 'border-box',
minHeight: `4rem`,
[theme.breakpoints.down('xs')]: {
Expand Down

0 comments on commit 03bea58

Please sign in to comment.