Commit 71be865f authored by Javohir Savriy's avatar Javohir Savriy
Browse files

Update CUSTOMIZATION.md

parent 3af0d34f
...@@ -40,6 +40,7 @@ appearance.colorButtonContainer = <DESIRED_UI_COLOR_HERE> ...@@ -40,6 +40,7 @@ appearance.colorButtonContainer = <DESIRED_UI_COLOR_HERE>
appearance.colorButtonContainerDisabled = <DESIRED_UI_COLOR_HERE> appearance.colorButtonContainerDisabled = <DESIRED_UI_COLOR_HERE>
appearance.colorButtonContent = <DESIRED_UI_COLOR_HERE> appearance.colorButtonContent = <DESIRED_UI_COLOR_HERE>
appearance.colorButtonContentDisabled = <DESIRED_UI_COLOR_HERE> appearance.colorButtonContentDisabled = <DESIRED_UI_COLOR_HERE>
appearance.colorScanButtonContainer = <DESIRED_FLOAT_RADIUS_HERE>
appearance.buttonCornerRadius = <DESIRED_FLOAT_RADIUS_HERE> appearance.buttonCornerRadius = <DESIRED_FLOAT_RADIUS_HERE>
``` ```
...@@ -53,7 +54,8 @@ appearance.buttonCornerRadius = <DESIRED_FLOAT_RADIUS_HERE> ...@@ -53,7 +54,8 @@ appearance.buttonCornerRadius = <DESIRED_FLOAT_RADIUS_HERE>
- `colorButtonContainer`: Defines the background color of the primary action buttons - `colorButtonContainer`: Defines the background color of the primary action buttons
- `colorButtonContainerDisabled`: Defines the background color of disabled buttons - `colorButtonContainerDisabled`: Defines the background color of disabled buttons
- `colorButtonContent`: Defines the color of text/icons in primary action buttons - `colorButtonContent`: Defines the color of text/icons in primary action buttons
- `colorButtonContentDisabled`: Defines the color of text/icons in disabled buttons - `colorButtonContentDisabled`: Defines the color of text/icons in disabled buttons
- `colorScanButtonContainer`: Defines the color of scan icon button
- `buttonCornerRadius`: Defines the corner radius of all primary buttons - `buttonCornerRadius`: Defines the corner radius of all primary buttons
# #
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment