Skip to content

Commit

Permalink
Merge pull request #257 from team-winey/feature/ui-noti-color
Browse files Browse the repository at this point in the history
[ui] ์•Œ๋ฆผ ๋ฑƒ์ง€ ์•„์ด์ฝ˜ ์ƒ‰์ƒ ๋ณ€๊ฒฝ
  • Loading branch information
leeeha authored Mar 1, 2024
2 parents 7f4b29c + 1496f31 commit 6a78b4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/drawable/ic_wineyfeed_notification_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M22.501,14h3v3h-3z"
android:pathData="M23,14h2v3h-2z"
android:fillColor="#3A4857"/>
<path
android:pathData="M26.501,34.75H21.501V33.25H26.501V34.75Z"
Expand All @@ -16,6 +16,6 @@
android:fillColor="#00000000"
android:strokeColor="#3A4857"/>
<path
android:pathData="M29.501,19m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"
android:fillColor="#7C26FA"/>
android:pathData="M29,19m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"
android:fillColor="#FF5150"/>
</vector>

0 comments on commit 6a78b4f

Please sign in to comment.