Skip to content

Commit dde12a0

Browse files
committed
Revert color changes
1 parent 2adfe50 commit dde12a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/res/drawable/background_bottom_sheet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3-
<solid android:color="?attr/colorSecondaryVariant"/>
3+
<solid android:color="@color/white"/>
44
<corners
55
android:bottomRightRadius="0dp"
66
android:bottomLeftRadius="0dp"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:layout_marginEnd="16dp"
1919
android:layout_marginRight="16dp"
2020
android:layout_marginBottom="16dp"
21-
android:textColor="?android:textColorPrimary"
21+
android:textColor="@color/outer_space"
2222
android:textSize="@dimen/text_title"
2323
android:textStyle="bold"
2424
tools:text="@tools:sample/lorem" />
@@ -32,7 +32,7 @@
3232
android:layout_marginEnd="16dp"
3333
android:layout_marginRight="16dp"
3434
android:layout_marginBottom="16dp"
35-
android:textColor="?android:textColorPrimary"
35+
android:textColor="@color/outer_space"
3636
android:textSize="@dimen/text_body"
3737
tools:text="@tools:sample/lorem" />
3838

0 commit comments

Comments
 (0)