ui: change default tag color to white

This commit is contained in:
Travis Abendshien
2025-03-03 14:15:10 -08:00
parent 077f91af88
commit 186c6e2139

View File

@@ -120,7 +120,7 @@ class ColorBoxWidget(FieldWidget):
slug="slug",
namespace=self.namespace,
name="Color",
primary="#000000",
primary="#FFFFFF",
secondary=None,
)
)