Skip to content

Commit e94b352

Browse files
committed
Updated theme property.
1 parent 0f05296 commit e94b352

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ The ComplyCube Flutter SDK makes it quick and easy to build a frictionless custo
4747
## Features
4848

4949
<img
50-
src="https://assets.complycube.com/images/complycube-ios-sdk-github.jpg"
51-
alt="ComplyCube iOS SDK illustrations."
50+
src="https://assets.complycube.com/images/complycube-ios-sdk-github.jpg"
51+
alt="ComplyCube iOS SDK illustrations."
5252
/>
5353

5454
**Native & intuitive UI**: We provide mobile-native screens that guide your customers in capturing their selfies, video recordings, government-issued IDs (such as passports, driving licenses, and residence permits), and proof of address documents (bank statements and utility bills)
@@ -468,7 +468,7 @@ final settings = {
468468
"colors": {
469469
"primaryButtonBgColor": '#FFFFFF',
470470
},
471-
"theme": "dark",
471+
"uiInterfaceStyle": "dark",
472472
"buttonRadius": 10,
473473
}
474474
}
@@ -495,7 +495,7 @@ Available properties for color customization:
495495
| uiInterfaceStyle | Set the SDK to use dark mode (`dark`), light mode (`light`), or system inherited (`inherit`). |
496496
------------------------------------------------------------------------------------
497497

498-
Available properties for `theme` customization:
498+
Available properties for `uiInterfaceStyle` customization:
499499

500500
| Property | Description |
501501
| ------------------------------ | ----------------------------------------------- |

0 commit comments

Comments
 (0)