diff --git a/packages/element-web-opendesk-module/README.md b/packages/element-web-opendesk-module/README.md index 74c9a98..8cce17c 100644 --- a/packages/element-web-opendesk-module/README.md +++ b/packages/element-web-opendesk-module/README.md @@ -60,8 +60,9 @@ Example configuration: // ... add more optional configurations "custom_css_variables": { - "--cpd-color-text-action-accent": "#dadada", - "--cpd-color-icon-on-solid-primary": "#aa0000" + "--cpd-color-bg-action-primary-rest": "#5e27dd", + "--cpd-color-text-action-accent": "#5e27dd", + "--cpd-color-icon-on-solid-primary": "#000000" } } } @@ -112,7 +113,8 @@ Example configuration: "portal_url": "https://example.com/portal" }, "custom_css_variables": { - "--cpd-color-bg-action-primary-rest": "#5e27dd" + "--cpd-color-bg-action-primary-rest": "#5e27dd", + "--cpd-color-text-action-accent": "#5e27dd" } } } diff --git a/packages/element-web-opendesk-module/docs/demo.png b/packages/element-web-opendesk-module/docs/demo.png index 3eb77f5..09ede8b 100644 Binary files a/packages/element-web-opendesk-module/docs/demo.png and b/packages/element-web-opendesk-module/docs/demo.png differ diff --git a/packages/element-web-opendesk-module/example/app.png b/packages/element-web-opendesk-module/example/app.png new file mode 100644 index 0000000..2c34416 Binary files /dev/null and b/packages/element-web-opendesk-module/example/app.png differ diff --git a/packages/element-web-opendesk-module/example/app1.png b/packages/element-web-opendesk-module/example/app1.png deleted file mode 100644 index f39b3e9..0000000 Binary files a/packages/element-web-opendesk-module/example/app1.png and /dev/null differ diff --git a/packages/element-web-opendesk-module/example/app2.png b/packages/element-web-opendesk-module/example/app2.png deleted file mode 100644 index 82481c8..0000000 Binary files a/packages/element-web-opendesk-module/example/app2.png and /dev/null differ diff --git a/packages/element-web-opendesk-module/example/app3.png b/packages/element-web-opendesk-module/example/app3.png deleted file mode 100644 index 25e385a..0000000 Binary files a/packages/element-web-opendesk-module/example/app3.png and /dev/null differ diff --git a/packages/element-web-opendesk-module/example/app4.png b/packages/element-web-opendesk-module/example/app4.png deleted file mode 100644 index a478729..0000000 Binary files a/packages/element-web-opendesk-module/example/app4.png and /dev/null differ diff --git a/packages/element-web-opendesk-module/example/navigation.json b/packages/element-web-opendesk-module/example/navigation.json index 615dfdf..4ef82b6 100644 --- a/packages/element-web-opendesk-module/example/navigation.json +++ b/packages/element-web-opendesk-module/example/navigation.json @@ -7,14 +7,14 @@ { "identifier": "app1", "display_name": "App 1", - "icon_url": "http://localhost:8080/open-desk/app1.png", + "icon_url": "http://localhost:8080/open-desk/app.png", "link": "https://example.com/app1", "target": "_blank" }, { "identifier": "app2", "display_name": "App 2", - "icon_url": "http://localhost:8080/open-desk/app2.png", + "icon_url": "http://localhost:8080/open-desk/app.png", "link": "https://example.com/app2", "target": "_blank" } @@ -27,14 +27,14 @@ { "identifier": "app3", "display_name": "App 3", - "icon_url": "http://localhost:8080/open-desk/app3.png", + "icon_url": "http://localhost:8080/open-desk/app.png", "link": "https://example.com/app3", "target": "_blank" }, { "identifier": "app4", "display_name": "App 4", - "icon_url": "http://localhost:8080/open-desk/app4.png", + "icon_url": "http://localhost:8080/open-desk/app.png", "link": "https://example.com/app4", "target": "_blank" }