Description: Buttons have a "3D effect" and are drawn with a gray background. The Apple HIG defines the buttons here: https://developer.apple.com/design/human-interface-guidelines/ios/controls/buttons/ Difference: * no visible border * no background * colored text I think it would make sense to reuse (parts of) this style. Steps to Reproduce: 1. Create a writer document in the iOS app, mark text 2. Open the dialog to edit the paragraph style 3. See e.g. the button called "Zuweisen" in the attached screenshot Actual Results: The button does not look like an iOS widget. Expected Results: The button should look like an iOS widget. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 148149 [details] Button design not like an iOS widget
I'm not sure how much of this is achievable with the current dialog tunnelling. Currently buttons can be themed for a different look, but the dialog design should also adapt to these buttons, which I don't think can be done at the moment. Nevertheless, as an enhancement for the future this is a fair idea.
Fixed in 0.1 (22). Thanks @Collabora!