Skip to content
Snippets Groups Projects
Commit 4ad441a4 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix default color

parent 044e5305
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ export function getThemeCSS() {
return css`
:host {
--vpu-primary-bg-color: var(--vpu-override-primary-bg-color, #007bff);
--vpu-primary-text-color: var(--vpu-override-primary-text-color, rgb(54, 54, 54));
--vpu-primary-text-color: var(--vpu-override-primary-text-color, #fff);
--vpu-secondary-bg-color: var(--vpu-override-secondary-bg-color, #6c757d);
--vpu-secondary-text-color: var(--vpu-override-secondary-text-color, #fff);
--vpu-info-bg-color: var(--vpu-override-info-bg-color, #17a2b8);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment