]> cat aescling's git repositories - mastodon.git/commitdiff
single-quotes
authorTobias Merkle <tgamerkle@gmail.com>
Sun, 2 Apr 2017 18:55:13 +0000 (14:55 -0400)
committerTobias Merkle <tgamerkle@gmail.com>
Sun, 2 Apr 2017 18:55:13 +0000 (14:55 -0400)
app/assets/javascripts/components/components/video_player.jsx

index 92079387d409383f5ada42946e722503c6b0ec69..ab21ca9cd7eea899c5d950f182b0276ec465bfe8 100644 (file)
@@ -23,7 +23,7 @@ const muteStyle = {
   position: 'absolute',
   top: '10px',
   right: '10px',
-  color: white,
+  color: 'white',
   textShadow: "0px 1px 1px black, 1px 0px 1px black",
   opacity: '0.8',
   zIndex: '5'
@@ -56,7 +56,7 @@ const spoilerButtonStyle = {
   position: 'absolute',
   top: '6px',
   left: '8px',
-  color: white,
+  color: 'white',
   textShadow: "0px 1px 1px black, 1px 0px 1px black",
   zIndex: '100'
 };