DEV: Change default text color from 'FFF' to 'FFFFFF' in import scripts (#34859)

This commit is contained in:
Jay Pfaffman
2025-09-24 14:46:09 +02:00
committed by GitHub
parent 17d735b3ad
commit df7c097bea
+1 -1
View File
@@ -497,7 +497,7 @@ class ImportScripts::Base
position: opts[:position],
parent_category_id: opts[:parent_category_id],
color: opts[:color] || category_color(opts[:parent_category_id]),
text_color: opts[:text_color] || "FFF",
text_color: opts[:text_color] || "FFFFFF",
read_restricted: opts[:read_restricted] || false,
)