diff --git a/src/ui/components/PageFooter/PageFooter.scss b/src/ui/components/PageFooter/PageFooter.scss index 66a89228f..8888dc34a 100644 --- a/src/ui/components/PageFooter/PageFooter.scss +++ b/src/ui/components/PageFooter/PageFooter.scss @@ -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) {