jclib-ui 1.0.21 → 1.0.22
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/jclib-ui.es.js
CHANGED
|
@@ -21267,7 +21267,7 @@ const Container$1 = styled.div`
|
|
|
21267
21267
|
cursor: ${(props) => !props.disabled ? "pointer" : "default"};
|
|
21268
21268
|
width: 27px;
|
|
21269
21269
|
min-width: 27px;
|
|
21270
|
-
border-color: #
|
|
21270
|
+
border-color: #999;
|
|
21271
21271
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="rgb(102, 102, 102)"/></svg>') !important;
|
|
21272
21272
|
|
|
21273
21273
|
&:checked {
|