@secondstaxorg/sscomp 1.3.0 → 1.3.2
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/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -101,7 +101,7 @@ const ButtonComp = styled.button`
|
|
|
101
101
|
justify-content: center;
|
|
102
102
|
align-items: center;
|
|
103
103
|
gap: 10px;
|
|
104
|
-
text-transform: capitalize;
|
|
104
|
+
//text-transform: capitalize;
|
|
105
105
|
&:disabled{
|
|
106
106
|
cursor: not-allowed;
|
|
107
107
|
}
|
|
@@ -24003,7 +24003,7 @@ const SSXBar = (props) => {
|
|
|
24003
24003
|
|
|
24004
24004
|
const Backdrop = styled.div`
|
|
24005
24005
|
background: rgba(7, 11, 18, 0.5);
|
|
24006
|
-
position:
|
|
24006
|
+
position: fixed;
|
|
24007
24007
|
inset: 0;
|
|
24008
24008
|
display: flex;
|
|
24009
24009
|
justify-content: center;
|