Merge pull request #2844 from crazyserver/MOBILE-3320

Mobile 3320
main
Dani Palou 2021-06-21 16:12:25 +02:00 committed by GitHub
commit b1db34ebaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,6 @@
<preference name="SplashScreenDelay" value="15000" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="30" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -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} {