Skip to content

Commit

Permalink
fix stats buttons in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Apr 13, 2024
1 parent 5d77f06 commit 8bd8ec6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:layout_marginTop="8dp"
android:foreground="?selectableItemBackground"
android:visibility="gone"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand All @@ -40,7 +40,7 @@
android:layout_marginEnd="4dp"
android:foreground="?selectableItemBackground"
android:visibility="gone"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:layout_marginTop="8dp"
android:foreground="?selectableItemBackground"
android:visibility="gone"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand All @@ -40,7 +40,7 @@
android:layout_marginEnd="4dp"
android:foreground="?selectableItemBackground"
android:visibility="gone"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:layout_marginTop="8dp"
android:foreground="?selectableItemBackground"
android:visibility="gone"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand All @@ -40,7 +40,7 @@
android:layout_marginEnd="4dp"
android:foreground="?selectableItemBackground"
android:visibility="gone"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
android:layout_marginTop="8dp"
android:foreground="?selectableItemBackground"
android:visibility="gone"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand All @@ -52,7 +52,7 @@
android:layout_marginEnd="8dp"
android:foreground="?selectableItemBackground"
android:visibility="gone"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
android:layout_marginStart="4dp"
android:layout_marginTop="8dp"
android:foreground="?selectableItemBackground"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand All @@ -38,7 +38,7 @@
android:layout_marginTop="8dp"
android:layout_marginEnd="4dp"
android:foreground="?selectableItemBackground"
app:cardBackgroundColor="?appButtonOnCardBackgroundColor"
app:cardBackgroundColor="?appCardBackgroundColor"
app:layout_constraintDimensionRatio="h,1:1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 8bd8ec6

Please sign in to comment.