MOBILE-4470 styles: Fix ion card buttons color

main
Pau Ferrer Ocaña 2024-05-23 12:35:16 +02:00
parent 55428d5346
commit 4155bc0142
1 changed files with 4 additions and 2 deletions

View File

@ -36,8 +36,10 @@ ion-card {
justify-content: flex-end;
margin: 0px 8px 8px 8px;
ion-button {
&[fill="outline"] {
ion-button.button {
--color: var(--gray-900);
&.button-outline {
--background: transparent;
}
}