mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
themes: consistent usage of primaryPressed
This commit is contained in:
@@ -647,11 +647,7 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
property var widgetBaseHoverColor: {
|
||||
const baseColor = widgetBaseBackgroundColor;
|
||||
const factor = 1.2;
|
||||
return isLightMode ? Qt.darker(baseColor, factor) : Qt.lighter(baseColor, factor);
|
||||
}
|
||||
property alias widgetBaseHoverColor: root.primaryPressed
|
||||
|
||||
property color widgetIconColor: {
|
||||
if (typeof SettingsData === "undefined") {
|
||||
|
||||
Reference in New Issue
Block a user