We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533177d commit 0c4c133Copy full SHA for 0c4c133
src/Lumi/Components/Loader.purs
@@ -40,7 +40,7 @@ styles = jss
40
spinnerMixin :: { radius :: String, borderWidth :: String } -> JSS
41
spinnerMixin { radius, borderWidth } = jss
42
{ boxSizing: "border-box"
43
- , content: ""
+ , content: "\"\""
44
, display: "inline-block"
45
, height: radius
46
, width: radius
0 commit comments