forked from Shinonome/dots-hyprland
easy transparency for yoinkers
This commit is contained in:
@@ -245,7 +245,7 @@ Item { // Wrapper
|
||||
|
||||
cursorDelegate: Rectangle {
|
||||
width: 1
|
||||
color: searchInput.activeFocus ? Appearance.m3colors.m3primary : "transparent"
|
||||
color: searchInput.activeFocus ? Appearance.colors.colPrimary : "transparent"
|
||||
radius: 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user