fix: data-detail favorite button color leaking to list items

This commit is contained in:
Thea Schöbl
2023-03-09 17:09:02 +00:00
committed by Rainer Killinger
parent f207e029f1
commit 95f2da2def
2 changed files with 2 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Copyright (C) 2022 StApps
* Copyright (C) 2023 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
@@ -119,7 +119,7 @@ ion-card.bold-header {
ion-header {
stapps-favorite-button {
ion-icon {
color: var(--ion-color-light);
color: var(--ion-color-primary-contrast);
}
}
}