@hexure/ui 1.14.12 → 1.14.13
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/cjs/index.js +3 -3
- package/dist/esm/index.js +3 -3
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -6281,11 +6281,11 @@ const Check = styled.span `
|
|
|
6281
6281
|
background-color: ${props => getBackgroundColor(props)};
|
|
6282
6282
|
box-sizing: border-box;
|
|
6283
6283
|
position: relative;
|
|
6284
|
+
display: flex;
|
|
6285
|
+
align-items: center;
|
|
6286
|
+
justify-content: center;
|
|
6284
6287
|
&:after {
|
|
6285
6288
|
content: '';
|
|
6286
|
-
position: absolute;
|
|
6287
|
-
top: 2px;
|
|
6288
|
-
left: 2px;
|
|
6289
6289
|
width: 9px;
|
|
6290
6290
|
height: 9px;
|
|
6291
6291
|
border-radius: 50%;
|
package/dist/esm/index.js
CHANGED
|
@@ -6279,11 +6279,11 @@ const Check = styled.span `
|
|
|
6279
6279
|
background-color: ${props => getBackgroundColor(props)};
|
|
6280
6280
|
box-sizing: border-box;
|
|
6281
6281
|
position: relative;
|
|
6282
|
+
display: flex;
|
|
6283
|
+
align-items: center;
|
|
6284
|
+
justify-content: center;
|
|
6282
6285
|
&:after {
|
|
6283
6286
|
content: '';
|
|
6284
|
-
position: absolute;
|
|
6285
|
-
top: 2px;
|
|
6286
|
-
left: 2px;
|
|
6287
6287
|
width: 9px;
|
|
6288
6288
|
height: 9px;
|
|
6289
6289
|
border-radius: 50%;
|