From 4155bc0142665a18790184e249eeed575fc50113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 23 May 2024 12:35:16 +0200 Subject: [PATCH] MOBILE-4470 styles: Fix ion card buttons color --- src/theme/components/ion-card.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/theme/components/ion-card.scss b/src/theme/components/ion-card.scss index c38f911ca..175d852d2 100644 --- a/src/theme/components/ion-card.scss +++ b/src/theme/components/ion-card.scss @@ -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; } }