diff --git a/mastodon/build.gradle b/mastodon/build.gradle index a66afebc..26e6f2fd 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 31 - versionCode 38 - versionName "1.1.2" + versionCode 39 + versionName "1.1.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/mastodon/src/main/res/values/colors.xml b/mastodon/src/main/res/values/colors.xml index 557f0a41..43178e53 100644 --- a/mastodon/src/main/res/values/colors.xml +++ b/mastodon/src/main/res/values/colors.xml @@ -5,19 +5,19 @@ ?android:textColorPrimary - #FCFCFD - #CCF9FAFB - #F9FAFB - #F2F4F7 - #E4E7EC - #D0D5DD - #98A2B3 - #667085 - #475467 - #344054 - #282C37 - #CC282C37 - #101828 + #121029 + #cc2b2938 + #2b2938 + #353454 + #464666 + #696685 + #9998b3 + #d1d1de + #e6e6ed + #f2f2f7 + #ccf5f5f9 + #f5f5f9 + #f7f8fa #fafaff #f4f3ff diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml index c4b67770..6b977fd3 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -58,7 +58,7 @@ @style/Widget.Mastodon.Button.Secondary_LightOnDark @style/Widget.Mastodon.Button.Large.Primary_LightOnDark @style/Widget.Mastodon.Button.Large.Secondary_LightOnDark - @color/primary_600 + @color/primary_400 @color/gray_50 @color/gray_700 @color/gray_50