Skip to content

Commit c29ca1c

Browse files
committed
Fixed a bug causing unselected dates to have white background when date is switched
1 parent 63129b7 commit c29ca1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3-
<solid android:color="#FDEBE9" />
3+
<solid android:color="#00FDEBE9" />
44
<corners android:radius="8dp" />
55
</shape>

0 commit comments

Comments
 (0)