mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Add dark mode to new context menu
Contributes to CL-1212
This commit is contained in:
parent
f5379dda55
commit
4438f0d9a3
2 changed files with 1 additions and 275 deletions
|
@ -25,7 +25,7 @@ Item
|
|||
direction: "up"
|
||||
|
||||
// Use dark grey for info blurbs and white for context menus
|
||||
color: "#ffffff" // TODO: Theme!
|
||||
color: UM.Theme.getColor("monitor_context_menu")
|
||||
|
||||
contentItem: Item
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue