From b47bd217ae7dcd488f694f6f6b0066a19b491416 Mon Sep 17 00:00:00 2001 From: Levente Lorincz Date: Wed, 7 Aug 2024 16:14:42 +0300 Subject: [PATCH 1/2] fix(health-sdk): Fixed payment component styling IPC-318 --- health-sdk/sdk/src/doc/source/customization.rst | 11 +++++++++++ .../main/res/layout/ghs_view_payment_component.xml | 1 - health-sdk/sdk/src/main/res/values/styles.xml | 5 ++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/health-sdk/sdk/src/doc/source/customization.rst b/health-sdk/sdk/src/doc/source/customization.rst index 3699259eee..0d1fa31dd6 100644 --- a/health-sdk/sdk/src/doc/source/customization.rst +++ b/health-sdk/sdk/src/doc/source/customization.rst @@ -162,6 +162,17 @@ You can also view the UI customisation guide in Figma `here To copy text from Figma you need to have a Figma account. If you don't have one, you can create one for free. +.. note:: + + To change the paddings you can override the ``GiniHealthTheme.Widget.Button.PaymentProviderSelector`` style. + +.. code-block:: xml + + + .. raw:: html