Skip to content

Commit

Permalink
Merge pull request #48142 from software-mansion-labs/filip-solecki/fi…
Browse files Browse the repository at this point in the history
…x-empty-state-modal-width

Fix Empty State Modal width
  • Loading branch information
marcochavezf authored Aug 29, 2024
2 parents 9437d98 + fd34fe6 commit 8870d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5143,6 +5143,7 @@ const styles = (theme: ThemeColors) =>
backgroundColor: theme.cardBG,
borderRadius: variables.componentBorderRadiusLarge,
maxWidth: 400,
width: '100%',
},

emptyStateHeader: (isIllustration: boolean) => ({
Expand Down

0 comments on commit 8870d60

Please sign in to comment.