Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
optimize unofficial tip background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Jan 25, 2024
1 parent d0e80d1 commit 89d9c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/headtip_warn_background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="18dp" />
<solid android:color="#33FF3600" />
<solid android:color="#2AFF3600" />
</shape>

0 comments on commit 89d9c4a

Please sign in to comment.