Code style & comments

This commit is contained in:
Ian Paschal 2018-12-17 10:42:41 +01:00
parent 77deabf6d4
commit ff1a0e30f6
2 changed files with 3 additions and 3 deletions

View file

@ -42,12 +42,12 @@ Component
GradientStop GradientStop
{ {
position: 0.0 position: 0.0
color: "#f6f6f6" color: "#f6f6f6" // TODO: Theme!
} }
GradientStop GradientStop
{ {
position: 1.0 position: 1.0
color: "#ffffff" color: "#ffffff" // TODO: Theme!
} }
} }
} }