Skip to content
Snippets Groups Projects

Fixed dark mode iOS

Merged Martin Straka requested to merge fix-dark-mode-ios into develop
Compare and
22 files
+ 11
51
Preferences
Compare changes
Files
22
@@ -37,6 +37,8 @@ Text {
/* These properties must be set by caller. */
property string accessibleName: ""
color: datovkaPalette.text
Accessible.role: Accessible.StaticText
Accessible.focusable: true /* This enables the text to selectable and readable by Android TalkBack. */
Accessible.name: (root.accessibleName !== "") ? root.accessibleName : ((root.textFormat !== TextEdit.RichText) ? root.text : strManipulation.removeRich(root.text))