@verifiedinc-public/shared-ui-elements 0.13.2-beta.6 → 0.13.2-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verifiedinc-public/shared-ui-elements",
3
- "version": "0.13.2-beta.6",
3
+ "version": "0.13.2-beta.7",
4
4
  "description": "A set of UI components, utilities that is shareable with the core apps.",
5
5
  "private": false,
6
6
  "keywords": [],
@@ -135,8 +135,7 @@ export const CustomAlertComponent = forwardRef<
135
135
  sx={{
136
136
  alignItems: 'center',
137
137
  width: '320px',
138
- maxWidth: '320px',
139
- minWidth: '320px',
138
+ ...sx,
140
139
  }}
141
140
  >
142
141
  {message}