Trim color palette

This commit is contained in:
Jason Zimdars
2025-01-31 09:59:05 -06:00
parent e46c23a8b4
commit 83d1c7055b
+1 -1
View File
@@ -1,7 +1,7 @@
module Bubble::Colored
extend ActiveSupport::Concern
COLORS = %w[ #BF1B1B #ED3F1C #ED8008 #7C956B #698F9C #266ec3 #3B4B59 #5D618F #3B3633 #67695E ]
COLORS = %w[ #BF1B1B #ED3F1C #ED8008 #7C956B #266ec3 #3B3633 ]
included do
attribute :color, default: "#266ec3"