diff --git a/src/React/Basic/Emotion.purs b/src/React/Basic/Emotion.purs index 1ba7484..78e5136 100644 --- a/src/React/Basic/Emotion.purs +++ b/src/React/Basic/Emotion.purs @@ -208,7 +208,7 @@ fallbacks :: Array StyleProperty -> StyleProperty fallbacks = unsafeCoerce url :: URL -> StyleProperty -url (URL url') = str ("url(" <> url' <> ")") +url (URL url') = str ("url(\"" <> url' <> "\")") color :: Color -> StyleProperty color = str <<< cssStringHSLA