forked from Shinonome/dots-hyprland
lock screen: redesign password prompt
This commit is contained in:
@@ -30,11 +30,11 @@ Button {
|
||||
property color colRippleToggled: Appearance?.colors.colPrimaryActive ?? "#D6CEE2"
|
||||
|
||||
opacity: root.enabled ? 1 : 0.4
|
||||
property color buttonColor: root.enabled ? (root.toggled ?
|
||||
property color buttonColor: ColorUtils.transparentize(root.toggled ?
|
||||
(root.hovered ? colBackgroundToggledHover :
|
||||
colBackgroundToggled) :
|
||||
(root.hovered ? colBackgroundHover :
|
||||
colBackground)) : colBackground
|
||||
colBackground), root.enabled ? 0 : 1)
|
||||
property color rippleColor: root.toggled ? colRippleToggled : colRipple
|
||||
|
||||
function startRipple(x, y) {
|
||||
|
||||
Reference in New Issue
Block a user