Skip to content

Commit 13f6194

Browse files
authored
update max-width (#2631)
1 parent 3dee433 commit 13f6194

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/eleven-lies-travel.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@leafygreen-ui/empty-state': patch
3+
---
4+
5+
Changes the max-width property value from `432px` to `466px`

packages/empty-state/src/BasicEmptyState/BasicEmptyState.styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const rootStyles = css`
1111
`;
1212

1313
export const textContainerStyles = css`
14-
max-width: 432px;
14+
max-width: 466px;
1515
`;
1616

1717
export const getBadgeStyles = (className?: string) =>

0 commit comments

Comments
 (0)