@secondstaxorg/sscomp 1.7.62 → 1.7.64
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 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -102,7 +102,7 @@ const ButtonComp = styled.button`
|
|
|
102
102
|
align-items: center;
|
|
103
103
|
gap: 10px;
|
|
104
104
|
text-wrap: nowrap;
|
|
105
|
-
|
|
105
|
+
box-sizing: border-box;
|
|
106
106
|
&:disabled{
|
|
107
107
|
cursor: not-allowed;
|
|
108
108
|
}
|
|
@@ -1374,6 +1374,7 @@ const OutlineButtonComp = styled.button`
|
|
|
1374
1374
|
align-items:center;
|
|
1375
1375
|
gap: 10px;
|
|
1376
1376
|
text-wrap: nowrap;
|
|
1377
|
+
box-sizing: border-box;
|
|
1377
1378
|
&.with-bg{
|
|
1378
1379
|
background: white !important;
|
|
1379
1380
|
}
|