@descope/web-components-ui 1.0.271 → 1.0.272
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -9,7 +9,7 @@ const compVars = ModalClass.cssVarList;
|
|
9
9
|
const modal = {
|
10
10
|
[compVars.overlayBackgroundColor]: globalRefs.colors.surface.light,
|
11
11
|
[compVars.overlayShadow]: globalRefs.shadow.wide['2xl'],
|
12
|
-
[compVars.overlayWidth]: '
|
12
|
+
[compVars.overlayWidth]: '540px',
|
13
13
|
};
|
14
14
|
|
15
15
|
export default modal;
|