@verifiedinc-public/shared-ui-elements 1.3.1 → 1.3.3
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
package/src/hooks/index.ts
CHANGED
package/src/styles/theme.ts
CHANGED
@@ -121,9 +121,6 @@ export const theme = ({ primaryFontFace }: ThemeOptions) =>
|
|
121
121
|
components: {
|
122
122
|
MuiAlert: {
|
123
123
|
styleOverrides: {
|
124
|
-
root: {
|
125
|
-
maxWidth: '339px',
|
126
|
-
},
|
127
124
|
action: {
|
128
125
|
// the action wrapper is pretty narrow (only fits about 5 characters of text) and the default is to wrap the text, which looks really bad
|
129
126
|
overflowWrap: 'normal',
|