Skip to content

Commit 186c6e2

Browse files
committed
ui: change default tag color to white
1 parent 077f91a commit 186c6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstudio/src/qt/widgets/color_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def set_colors(self, colors: Iterable[TagColorGroup]):
120120
slug="slug",
121121
namespace=self.namespace,
122122
name="Color",
123-
primary="#000000",
123+
primary="#FFFFFF",
124124
secondary=None,
125125
)
126126
)

0 commit comments

Comments
 (0)