forstok-ui-lib 6.5.7 → 6.5.9
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.js
CHANGED
|
@@ -2919,7 +2919,7 @@
|
|
|
2919
2919
|
border-radius: 2px;
|
|
2920
2920
|
|
|
2921
2921
|
${({$color:e})=>e&&t.css`
|
|
2922
|
-
background-color: ${e}
|
|
2922
|
+
background-color: ${e};
|
|
2923
2923
|
`}
|
|
2924
2924
|
|
|
2925
2925
|
${({$mode:e})=>"activities"===e&&t.css`
|
|
@@ -4626,6 +4626,7 @@ and limitations under the License.
|
|
|
4626
4626
|
border: 1px solid #E3E3E3;
|
|
4627
4627
|
height: 89px;
|
|
4628
4628
|
margin-bottom: 20px;
|
|
4629
|
+
width: 100%;
|
|
4629
4630
|
`,$C=o.default.div`
|
|
4630
4631
|
display: inline-block;
|
|
4631
4632
|
`,XC=o.default.div`
|