gbc-kyc-kit 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ import "../node_modules/gbc-kyc-kit/dist/style.css";
|
|
|
21
21
|
You could customize all styles of components, just need make reference to the label of component as follows:
|
|
22
22
|
|
|
23
23
|
**Important**
|
|
24
|
-
Remember that you can use mode prop to turn between dark or light mode without change
|
|
24
|
+
Remember that you can use mode prop to turn between dark or light mode without change styles.
|
|
25
25
|
|
|
26
26
|
### CSS
|
|
27
27
|
|