Skip to content
Snippets Groups Projects
Unverified Commit 86d39e4c authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Set text-switch button hover (#7)

parent 70fae969
No related branches found
No related tags found
No related merge requests found
Pipeline #11313 passed
......@@ -55,6 +55,10 @@ export class TextSwitch extends LitElement {
background-color: black !important;
color: var(--vpu-primary-text-color) !important;
}
.button:hover {
background-color: var(--vpu-secondary-bg-color) !important;
}
`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment