Skip to content

Commit 015da47

Browse files
committed
Update title color of value tab
1 parent e9e4ce1 commit 015da47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/qml/value-editor.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Rectangle {
7070
Text {
7171
Layout.fillWidth: true
7272
Layout.minimumWidth: implicitWidth
73-
color: "red"
73+
color: "#D11313"
7474
text: styleData.title
7575
}
7676
Item {

0 commit comments

Comments
 (0)