Skip to content
Snippets Groups Projects
Commit 169af952 authored by tina's avatar tina
Browse files

Merge branch '167-calendar-colors-and-slider-in-settings' into 'master'

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

Closes #167

See merge request bloodyhealth/drip!71
parents 641c5715 d25de32c
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -104,7 +104,6 @@ class TempReminderPicker extends Component {
}
if (!switchOn) saveTempReminder({ enabled: false })
}}
onTintColor={secondaryColor}
/>
<DateTimePicker
mode="time"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment