Restore ocean palette to technical menus
This commit is contained in:
parent
59bdb07fc5
commit
99775ddbfb
11 changed files with 200 additions and 123 deletions
|
|
@ -732,10 +732,10 @@ func _style_data_page() -> void:
|
|||
content.add_theme_constant_override("separation", 12)
|
||||
for node: Node in content.find_children("*", "", true, false):
|
||||
if node is BaseButton:
|
||||
UtilityPageStyle.apply_button(node)
|
||||
UtilityPageStyle.apply_ocean_button(node)
|
||||
elif node is Label:
|
||||
node.add_theme_color_override(
|
||||
"font_color", UtilityPageStyle.INK
|
||||
"font_color", UtilityPageStyle.OCEAN_TEXT_PRIMARY
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue