Skip to content

Commit

Permalink
Improves dark mode styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Nov 2, 2023
1 parent e1ee89c commit 8122a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_checklist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textColor="@color/black"
android:textColor="?attr/colorOnBackground"
android:textSize="20sp"
android:layout_margin="10dp" />

Expand All @@ -18,7 +18,7 @@
android:layout_height="wrap_content"
android:id="@+id/item_checkbox"
android:layout_gravity="center_vertical"
android:layout_marginRight="15dp"
android:layout_marginEnd="15dp"
android:focusable="false"
android:clickable="false" />
</LinearLayout>

0 comments on commit 8122a6b

Please sign in to comment.