MOBILE-4470 styles: Fix ion card buttons color
This commit is contained in:
parent
55428d5346
commit
4155bc0142
@ -36,8 +36,10 @@ ion-card {
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
margin: 0px 8px 8px 8px;
|
margin: 0px 8px 8px 8px;
|
||||||
|
|
||||||
ion-button {
|
ion-button.button {
|
||||||
&[fill="outline"] {
|
--color: var(--gray-900);
|
||||||
|
|
||||||
|
&.button-outline {
|
||||||
--background: transparent;
|
--background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user