mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
10 lines
200 B
QML
10 lines
200 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import qs.modules.common
|
|
import qs.modules.common.widgets
|
|
|
|
StyledText {
|
|
text: "Subsection"
|
|
color: Appearance.colors.colSubtext
|
|
Layout.leftMargin: 4
|
|
}
|