@yuno-payments/dashboard-embed-sdk 0.3.0-beta.1 → 0.3.0
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
|
@@ -18,7 +18,7 @@ const sdk = initYunoDashboard({
|
|
|
18
18
|
container: document.getElementById("dashboard")!,
|
|
19
19
|
token: "your-jwt-token",
|
|
20
20
|
theme: {
|
|
21
|
-
// Simple: flat tokens apply to light mode
|
|
21
|
+
// Simple: flat tokens apply to both light mode and dark mode;
|
|
22
22
|
tokens: { primary: "#134AC3" },
|
|
23
23
|
// Per-mode: full control over both light and dark colors
|
|
24
24
|
// tokens: {
|