Skip to content

Commit

Permalink
colors update
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Aug 27, 2023
1 parent 0d48786 commit 3ff5e41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:elevation="14dp"
app:inner_color="@color/BGColor"
app:inner_color="@color/sliderIconColor"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
<color name="introIconColor">#00B0FF</color>
<color name="introTextColor">#666666</color>

<color name="sliderIconColor">@color/BGColor</color>

</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<color name="introIconColor">#00B0FF</color>
<color name="introTextColor">#5C5C5C</color>

<color name="sliderIconColor">#DCDCDC</color>


<color name="colorWhite">#FFFFFF</color>

Expand Down

0 comments on commit 3ff5e41

Please sign in to comment.