mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 11:23:14 +02:00
Fix Tools menu header underline color
This commit is contained in:
parent
be45f600d4
commit
2a2f058898
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ ToolsMenu = function (side, leftInputs, rightInputs, uiCommandCallback) {
|
|||
z: UIT.dimensions.headerBar.z / 2
|
||||
},
|
||||
localRotation: Quat.ZERO,
|
||||
color: UIT.colors.blueHighlight,
|
||||
color: UIT.colors.greenHighlight,
|
||||
alpha: 1.0,
|
||||
solid: true,
|
||||
ignoreRayIntersection: false,
|
||||
|
|
Loading…
Reference in a new issue