Skip to content

Commit

Permalink
Switch buttons, colours
Browse files Browse the repository at this point in the history
Resolves #102
  • Loading branch information
pikesley committed Feb 17, 2016
1 parent 80f790e commit f2d948d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ $warning-pink: #ffe6e6;
$warning-blue: #ece6ff;

$glucose: $orange;
$carbs: $blue;
$meds: $yellow;
$meds: $blue;
$carbs: $yellow;
$exercise: $green;
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def date_sift measurements
def models
[
GlucoseMeasurement,
CarbohydrateIntake,
MedicationEvent,
CarbohydrateIntake,
PhysicalExercise
]
end
Expand Down

0 comments on commit f2d948d

Please sign in to comment.