Keep selector labels readable

This commit is contained in:
Ryan Hughes
2026-05-11 16:07:37 -04:00
parent 314a7f75c0
commit 0801209090
+3 -1
View File
@@ -393,7 +393,9 @@ ShellRoot {
anchors.horizontalCenter: carousel.horizontalCenter
width: root.expandedWidth
text: root.currentLabel()
color: root.foreground
color: "#ffffff"
style: Text.Outline
styleColor: Qt.rgba(0, 0, 0, 0.7)
font.pixelSize: 24
font.weight: Font.DemiBold
horizontalAlignment: Text.AlignHCenter