diff --git a/Habitica/build.gradle b/Habitica/build.gradle
index babbc5ce3..50281d6b6 100644
--- a/Habitica/build.gradle
+++ b/Habitica/build.gradle
@@ -102,13 +102,13 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version"
implementation "androidx.navigation:navigation-ui-ktx:$navigation_version"
- implementation "androidx.fragment:fragment-ktx:1.5.4"
+ implementation "androidx.fragment:fragment-ktx:1.5.5"
implementation "androidx.paging:paging-runtime-ktx:3.1.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
- implementation "com.google.android.material:compose-theme-adapter:1.1.21"
+ implementation "com.google.accompanist:accompanist-themeadapter-material:$accompanist_version"
implementation "androidx.compose.material3:material3:1.0.1"
- implementation "com.google.accompanist:accompanist-systemuicontroller:0.27.1"
+ implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version"
implementation 'androidx.activity:activity-compose:1.6.1'
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
diff --git a/Habitica/res/layout/subscription_details.xml b/Habitica/res/layout/subscription_details.xml
index b1d6f069e..2e1674e8f 100644
--- a/Habitica/res/layout/subscription_details.xml
+++ b/Habitica/res/layout/subscription_details.xml
@@ -171,7 +171,8 @@
android:layout_height="wrap_content"
android:text="@string/months_subscribed"
android:gravity="center"
- android:fontFamily="sans-serif-medium"/>
+ android:fontFamily="sans-serif-medium"
+ android:textColor="@color/text_secondary"/>
+ android:fontFamily="sans-serif-medium"
+ android:textColor="@color/text_secondary"/>
diff --git a/Habitica/res/values/strings.xml b/Habitica/res/values/strings.xml
index ddb88683d..e4e655bf1 100644
--- a/Habitica/res/values/strings.xml
+++ b/Habitica/res/values/strings.xml
@@ -1286,6 +1286,7 @@
Unmute User
Status
Regular Access
+ Message flagged %d times.
- You
- You, %d other
diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml
index 76e448c24..2c7df74cd 100644
--- a/Habitica/res/values/styles.xml
+++ b/Habitica/res/values/styles.xml
@@ -105,7 +105,7 @@
- @color/gray_10
- @color/red_10
- @color/gray_200
- - @color/red_100
+ - @color/red_1
- @color/red_00
- @color/red_0
- @color/red_600
@@ -136,7 +136,7 @@
- @color/gray_1
- @color/gray_10
- @color/gray_200
- - @color/maroon_100
+ - @color/white
- @color/maroon_00
- @color/maroon_0
- @color/maroon_600
@@ -169,7 +169,7 @@
- @color/gray_10
- @color/orange_10
- @color/gray_200
- - @color/orange_100
+ - @color/orange_1
- @color/orange_00
- @color/orange_0
- @color/orange_600
@@ -202,7 +202,7 @@
- @color/gray_10
- @color/yellow_5
- @color/gray_200
- - @color/yellow_100
+ - @color/yellow_1
- @color/yellow_00
- @color/yellow_0
- @color/yellow_600
@@ -235,7 +235,7 @@
- @color/gray_10
- @color/green_10
- @color/gray_200
- - @color/green_100
+ - @color/green_1
- @color/green_00
- @color/green_0
- @color/green_600
@@ -268,7 +268,7 @@
- @color/gray_10
- @color/teal_10
- @color/gray_200
- - @color/teal_100
+ - @color/teal_1
- @color/teal_00
- @color/teal_0
- @color/teal_600
@@ -301,7 +301,7 @@
- @color/gray_10
- @color/gray_200
- @color/blue_10
- - @color/blue_100
+ - @color/blue_1
- @color/blue_00
- @color/blue_0
- @color/blue_600
@@ -393,6 +393,7 @@