update Item icon and color

This commit is contained in:
Andrew Brown 2019-12-14 23:31:52 -06:00
parent 21333cb46a
commit 4cde1d9e12

View File

@ -31,15 +31,15 @@ class Item < ApplicationRecord
end
def self.color
'amber'
'text-darken-2 amber'
end
def self.hex_color
'#FFC107'
'#FFA000'
end
def self.icon
'beach_access'
'emoji_events'
end
def self.content_name