prosperita-dumbo-react 4.1.4 → 4.1.5
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.
|
@@ -2869,7 +2869,7 @@ const nn = {
|
|
|
2869
2869
|
align-items: center;
|
|
2870
2870
|
align-self: stretch;
|
|
2871
2871
|
border-radius: ${({ borderNone: e }) => e ? "0px" : "8px"};
|
|
2872
|
-
border: ${({ borderStyle: e }) => e || "
|
|
2872
|
+
border: ${({ borderStyle: e }) => e || "2px solid transparent"};
|
|
2873
2873
|
box-sizing: border-box;
|
|
2874
2874
|
|
|
2875
2875
|
&:active {
|
|
@@ -102,7 +102,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[zn]+=1);const V3="",Yt={defau
|
|
|
102
102
|
align-items: center;
|
|
103
103
|
align-self: stretch;
|
|
104
104
|
border-radius: ${({borderNone:e})=>e?"0px":"8px"};
|
|
105
|
-
border: ${({borderStyle:e})=>e||"
|
|
105
|
+
border: ${({borderStyle:e})=>e||"2px solid transparent"};
|
|
106
106
|
box-sizing: border-box;
|
|
107
107
|
|
|
108
108
|
&:active {
|