Skip to content

Commit bb26fe0

Browse files
committed
Fix floating bg logo contrast (especially dark mode) on small screens
1 parent 383f59a commit bb26fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/layout/main_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:layout_width="match_parent"
1919
android:layout_height="match_parent"
2020
android:alpha="0.3"
21-
android:tint="#fff"
21+
app:tint="@color/mainBackground"
2222
android:layout_marginBottom="120dp"
2323
app:srcCompat="@drawable/ic_transparent_icon"
2424
tools:ignore="ContentDescription" />

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</style>
9393

9494
<style name="ConnectionStatusButton" parent="@style/ConnectionStatusCard">
95-
<item name="cardBackgroundColor">@color/transparent</item>
95+
<item name="cardBackgroundColor">@color/containerBackground</item>
9696
<item name="strokeWidth">1dp</item>
9797
<item name="strokeColor">@color/lowLightColor</item>
9898
<item name="android:textSize">12sp</item>

0 commit comments

Comments
 (0)