mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 01:28:14 -05:00
DEV: Change default text color from 'FFF' to 'FFFFFF' in import scripts (#34859)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user