diff --git a/config.xml b/config.xml index e83aba0ea..f6eb04930 100644 --- a/config.xml +++ b/config.xml @@ -39,7 +39,6 @@ - diff --git a/resources/splash.png b/resources/splash.png index 524bd4707..e7889ccf9 100644 Binary files a/resources/splash.png and b/resources/splash.png differ diff --git a/src/theme/theme.base.scss b/src/theme/theme.base.scss index 74516b562..41eec733f 100644 --- a/src/theme/theme.base.scss +++ b/src/theme/theme.base.scss @@ -191,6 +191,10 @@ ion-button.ion-text-wrap { } } +ion-button.button-outline { + --background: var(--contrast-background); +} + @each $color-name, $value in $colors { .text-#{$color-name}, p.text-#{$color-name} {