forked from Shinonome/dots-hyprland
easy transparency for yoinkers
This commit is contained in:
@@ -12,7 +12,7 @@ RadioButton {
|
||||
id: root
|
||||
implicitHeight: 40
|
||||
property string description
|
||||
property color activeColor: Appearance?.m3colors.m3primary ?? "#685496"
|
||||
property color activeColor: Appearance?.colors.colPrimary ?? "#685496"
|
||||
property color inactiveColor: Appearance?.m3colors.m3onSurfaceVariant ?? "#45464F"
|
||||
|
||||
PointingHandInteraction {}
|
||||
@@ -39,7 +39,7 @@ RadioButton {
|
||||
width: checked ? 10 : 4
|
||||
height: checked ? 10 : 4
|
||||
radius: Appearance?.rounding.full
|
||||
color: Appearance?.m3colors.m3primary
|
||||
color: Appearance?.colors.colPrimary
|
||||
opacity: checked ? 1 : 0
|
||||
|
||||
Behavior on opacity {
|
||||
|
||||
Reference in New Issue
Block a user