Skip to content

Commit

Permalink
Update icon size L from 34px to 36px (#915)
Browse files Browse the repository at this point in the history
* feat(icon): update icon size L from 34px to 36px

* docs: add changeset
  • Loading branch information
Tanney-102 authored Aug 23, 2022
1 parent 38aec7d commit d581fb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shy-sloths-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@channel.io/bezier-react": patch
---

Update icon size L from 34 to 36
2 changes: 1 addition & 1 deletion packages/bezier-react/src/components/Icon/Icon.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { BezierComponentProps, SizeProps, ColorProps } from 'Types/ComponentProp

export enum IconSize {
XL = 44,
L = 34,
L = 36,
Normal = 24,
S = 20,
XS = 16,
Expand Down

0 comments on commit d581fb0

Please sign in to comment.