MOBILE-4470 styles: Fix ion card buttons color
parent
55428d5346
commit
4155bc0142
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue