Use the same colors as switch for timer page - 1.114

This commit is contained in:
Brandon Presley 2023-01-08 13:58:09 +13:00
parent 8e8961419c
commit 6438a9c48a
3 changed files with 5 additions and 5 deletions

View File

@ -60,8 +60,8 @@ export default function TimerPage() {
style={{height: 300, width: 300, marginBottom: MARGIN}} style={{height: 300, width: 300, marginBottom: MARGIN}}
progress={progress} progress={progress}
strokeWidth={10} strokeWidth={10}
progressColor={colors.text} progressColor={colors.primary}
backgroundColor={colors.placeholder} backgroundColor={colors.primary + '80'}
/> />
</View> </View>
</View> </View>

View File

@ -41,8 +41,8 @@ android {
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36139 versionCode 36140
versionName "1.113" versionName "1.114"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) { if (isNewArchitectureEnabled()) {

View File

@ -1,6 +1,6 @@
{ {
"name": "massive", "name": "massive",
"version": "1.113", "version": "1.114",
"private": true, "private": true,
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"scripts": { "scripts": {