Skip to content

Commit 74db586

Browse files
committed
Hourglass - fix style border in js and export new version to bit.dev
1 parent 29de42d commit 74db586

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bitmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"origin": "AUTHORED",
128128
"exported": true
129129
},
130-
"joshk.react-spinners-css/[email protected].4": {
130+
"joshk.react-spinners-css/[email protected].5": {
131131
"files": [
132132
{
133133
"relativePath": "src/components/Hourglass/index.js",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Hourglass/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Hourglass({ color, size, className, style }) {
77
<div className={`lds-hourglass ${className}`} style={{ ...style }}>
88
<div
99
className="lds-hourglass-after"
10-
style={{ background: color, 'border-width': size, 'border-height': size }}
10+
style={{ background: color, borderWidth: size, borderHeight: size }}
1111
></div>
1212
</div>
1313
)

0 commit comments

Comments
 (0)