blue track color on dark theme

This commit is contained in:
Kyle Spearrin 2019-05-29 16:55:13 -04:00
parent 3fe7324cdf
commit 886f356525
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<Color x:Key="SliderThumbColor">#ffffff</Color>
<Color x:Key="SliderThumbBorderColor">#b5b5b5</Color>
<Color x:Key="SliderTrackColor">#111111</Color>
<Color x:Key="SliderTrackColor">#52bdfb</Color>
<Color x:Key="FabColor">#52bdfb</Color>
<Color x:Key="FabPressedColor">#449BCE</Color>