changes shades of red in calendar, slider in settings has same style as all the other sliders

This commit is contained in:
tina
2018-09-03 15:19:10 +02:00
parent 5296a9c6ee
commit d25de32cb4
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export default class CalendarView extends Component {
}
function toCalFormat(bleedingDaysSortedByDate) {
const shadesOfRed = ['#ffbaba', '#ff7b7b', '#ff5252', '#ff0000']
const shadesOfRed = ['#ffcbbf', '#ffb19f', '#ff977e', '#ff7e5f'] // light to dark
return bleedingDaysSortedByDate.reduce((acc, day) => {
acc[day.date] = {
startingDay: true,
-1
View File
@@ -104,7 +104,6 @@ class TempReminderPicker extends Component {
}
if (!switchOn) saveTempReminder({ enabled: false })
}}
onTintColor={secondaryColor}
/>
<DateTimePicker
mode="time"