Skip to content

Commit

Permalink
fix(ui): fix page footer secondary button style when click on android
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu Van Duc authored and Vu Van Duc committed Mar 28, 2024
1 parent 779f78a commit 65ea506
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui/components/PageFooter/PageFooter.scss
Expand Up @@ -11,6 +11,11 @@
&:last-of-type {
margin-bottom: 0;
}

&.secondary-button.ion-activated {
--ion-toolbar-color: var(--ion-color-light);
--ion-toolbar-background: var(--ion-color-primary);
}
}

@media screen and (min-width: 250px) and (max-width: 370px) {
Expand Down

0 comments on commit 65ea506

Please sign in to comment.