@isettingkit/business-rules 0.1.18 → 0.1.19
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/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -515,8 +515,8 @@ const Y = (t) => {
|
|
|
515
515
|
border-radius: 8px;
|
|
516
516
|
border: 1px solid ${X.palette.neutral.N30};
|
|
517
517
|
box-sizing: border-box;
|
|
518
|
-
|
|
519
|
-
|
|
518
|
+
min-height: 340px;
|
|
519
|
+
min-width: 332px;
|
|
520
520
|
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1);
|
|
521
521
|
}
|
|
522
522
|
`, oe = B.div`
|