From d510682dd30b337ef8ccfee932cbf1f229cd222d Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sat, 1 Jun 2019 01:11:02 -0500 Subject: [PATCH] fix food color --- app/models/content_types/food.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/content_types/food.rb b/app/models/content_types/food.rb index 8cff7ccc..af89fa63 100644 --- a/app/models/content_types/food.rb +++ b/app/models/content_types/food.rb @@ -18,7 +18,7 @@ class Food < ActiveRecord::Base end def self.hex_color - '#8BC34A' + '#F44336' end def self.icon