Skip to content

Commit

Permalink
Add new fade color for expiration sheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal committed Oct 25, 2022
1 parent 62d5777 commit 3fefc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/expired_badge_fade.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:endColor="@color/signal_background_dialog"
android:endColor="@color/signal_colorSurface1"
android:startColor="@color/transparent"
android:type="linear" />
</shape>

0 comments on commit 3fefc17

Please sign in to comment.