diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-11-10 22:12:15 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-11-11 00:17:59 +0100 |
commit | 6ed8c8ab84cc344f5388056da20996dd5266aadf (patch) | |
tree | 3b5072535e9f658730d304b023b7db9165907a9c /vcl/uiconfig | |
parent | 7c8450abac77a2e41f1068fb11d19c1c0c93783f (diff) |
widget theme: add missing actionButtonTextColor style to iOS theme
Forgot to add "actionButtonTextColor" to the iOS theme definition.
Change-Id: I29207512a04068759021d4ae6a30824b56498de6
Reviewed-on: https://gerrit.libreoffice.org/82394
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/theme_definitions/ios/definition.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/uiconfig/theme_definitions/ios/definition.xml b/vcl/uiconfig/theme_definitions/ios/definition.xml index 2a29df41d378..310f450f0f04 100644 --- a/vcl/uiconfig/theme_definitions/ios/definition.xml +++ b/vcl/uiconfig/theme_definitions/ios/definition.xml @@ -10,8 +10,8 @@ <darkShadowColor value="#000000"/> <buttonTextColor value="#007AFF"/> <defaultActionButtonTextColor value="#007AFF"/> + <actionButtonTextColor value="#007AFF"/> <actionButtonRolloverTextColor value="#007AFF"/> - <buttonTextColor value="#007AFF"/> <buttonRolloverTextColor value="#FFFFFF"/> <radioCheckTextColor value="#000000"/> <groupTextColor value="#000000"/> |