Skip to content

Commit

Permalink
Smoothed out border-radius for next/Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
xdrdak committed Jun 22, 2020
1 parent 0eaddf5 commit 5f2b131
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Refer to the [CONTRIBUTING guide](https://github.com/lightspeed/flame/blob/master/.github/CONTRIBUTING.md) for more info.

## [Unreleased]

### Fixed

- Smoothed out border-radius for next/Badge

## 2.0.0-rc.7 - 2020-06-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/flame/src/Badge/next/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Badge: React.FC<Props> = ({ variant = 'default', ...restProps }) => (
px: 2,
lineHeight: 4,
border: '1px solid',
borderRadius: '12px',
borderRadius: '28px',
fontSize: 'text-s',
fontWeight: 'bold',
textAlign: 'center',
Expand Down

0 comments on commit 5f2b131

Please sign in to comment.