[Minor] Style button on toast

This commit is contained in:
Robert von Burg 2022-05-05 13:58:09 +02:00
parent ea53c88fd9
commit 2b88bcaf07
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -151,6 +151,11 @@
};
}
paper-toast paper-button {
background-color: var(--app-dark-highlight-fg-color);
color: var(--app-light-highlight-fg-color);
}
.content {
padding: var(--app-pages-content-padding);
padding-top: 10px;