dots/shell/widgets/StyledRectangle.qml
2025-08-10 23:33:35 -04:00

13 lines
212 B
QML

import QtQuick
import qs
Rectangle {
id: root
radius: 12
color: ShellSettings.colors.surface_translucent
border {
width: 1
color: ShellSettings.colors.active_translucent
}
}