diff --git a/modules/HoverPanel.qml b/modules/HoverPanel.qml index e8aebd0..20690df 100644 --- a/modules/HoverPanel.qml +++ b/modules/HoverPanel.qml @@ -244,7 +244,7 @@ PanelWindow { Text { anchors.centerIn: parent - text: "\uEB3F" + text: root._pinned ? "\uEB40" : "\uEB3F" color: root._pinned ? root.accentColor : M.Theme.base04 font.pixelSize: M.Theme.fontSize - 1 font.family: M.Theme.iconFontFamily