ProfileFragment: fix background

This commit is contained in:
Milos Kozak 2022-02-23 23:32:54 +01:00
parent fe99e83446
commit cdb420a128
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".plugins.profile.local.LocalProfileFragment">

View file

@ -18,7 +18,7 @@
<color name="warning">#ff1a1a</color>
<color name="info">#77dd77</color>
<color name="error_background">#66FC0000</color>
<color name="ok_background">#323232</color>
<color name="ok_background">@color/colorPrimaryDark</color>
<color name="tempTargetBackground">#77dd77</color>
<color name="exercise">#67DFE8</color>