mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
update Item icon and color
This commit is contained in:
parent
21333cb46a
commit
4cde1d9e12
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user