forked from Shinonome/dots-hyprland
logout screen: clearer focus state color
This commit is contained in:
@@ -16,9 +16,9 @@ RippleButton {
|
|||||||
|
|
||||||
buttonRadius: button.focus ? Appearance.rounding.full : Appearance.rounding.verylarge
|
buttonRadius: button.focus ? Appearance.rounding.full : Appearance.rounding.verylarge
|
||||||
colBackground: button.keyboardDown ? Appearance.colors.colSecondaryContainerActive :
|
colBackground: button.keyboardDown ? Appearance.colors.colSecondaryContainerActive :
|
||||||
button.focus ? Appearance.colors.colSecondaryContainerHover :
|
button.focus ? Appearance.m3colors.m3tertiaryContainer :
|
||||||
Appearance.m3colors.m3secondaryContainer
|
Appearance.m3colors.m3secondaryContainer
|
||||||
colBackgroundHover: Appearance.colors.colSecondaryContainerHover
|
colBackgroundHover: Appearance.m3colors.m3tertiaryContainer
|
||||||
colRipple: Appearance.colors.colSecondaryContainerActive
|
colRipple: Appearance.colors.colSecondaryContainerActive
|
||||||
|
|
||||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
|
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
|
||||||
@@ -44,7 +44,7 @@ RippleButton {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: Appearance.colors.colOnLayer0
|
color: Appearance.colors.colOnLayer0
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
iconSize: 40
|
iconSize: 45
|
||||||
text: buttonIcon
|
text: buttonIcon
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user