bazzite-xmb/qml/GlowFocus.qml

17 lines
265 B
QML

import QtQuick
Item {
Rectangle {
anchors.fill: parent
radius: 16
color: "transparent"
border.width: 0
}
Rectangle {
anchors.fill: parent
radius: 16
color: "#7fb6ff"
opacity: 0.10
}
}