[Fix] paper-button has black text color on app-toolbar

This commit is contained in:
Robert von Burg 2022-05-16 19:13:24 +02:00
parent 6f8154ee09
commit 1fbf06afdb
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-styles",
"description": "Strolch WebComponent Styles",
"version": "0.4.4",
"version": "0.4.5",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",

View File

@ -79,6 +79,10 @@
color: var(--app-regular-highlight-fg-color);
}
app-toolbar > paper-button {
color: var(--primary-text-color);
}
app-drawer {
z-index: 10;
}