Skip to content

Commit 0c4c133

Browse files
pete-murphyMadeline Trotter
authored andcommitted
Fix Loader.purs JSS content attribute (#27)
Fixes #25
1 parent 533177d commit 0c4c133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lumi/Components/Loader.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ styles = jss
4040
spinnerMixin :: { radius :: String, borderWidth :: String } -> JSS
4141
spinnerMixin { radius, borderWidth } = jss
4242
{ boxSizing: "border-box"
43-
, content: ""
43+
, content: "\"\""
4444
, display: "inline-block"
4545
, height: radius
4646
, width: radius

0 commit comments

Comments
 (0)