From 83d1c7055bdcc27ece28b3ba16f9d1a22d77bce6 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 31 Jan 2025 09:59:05 -0600 Subject: [PATCH] Trim color palette --- app/models/bubble/colored.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/bubble/colored.rb b/app/models/bubble/colored.rb index 9c5535691..9d95b9c04 100644 --- a/app/models/bubble/colored.rb +++ b/app/models/bubble/colored.rb @@ -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"