Skip to content

Commit 8571e7a

Browse files
committed
Replace icon for chat fetch history
Could be rotated arrow up, but this requires special handling in icons or list item
1 parent bea49ce commit 8571e7a

File tree

8 files changed

+26
-3
lines changed

8 files changed

+26
-3
lines changed
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "arrow_down.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "arrow_down@2x.png",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "arrow_down@3x.png",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
}
23+
}
Loading
Loading
Loading

src/status_im/ui/screens/chat/sheets.cljs

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
[list-item/list-item
4646
{:theme :action
4747
:title :t/fetch-history
48-
:icon :main-icons/tiny-arrow-down
48+
:icon :main-icons/arrow-down
4949
:on-press #(hide-sheet-and-dispatch [:chat.ui/fetch-history-pressed chat-id])}]
5050
[list-item/list-item
5151
{:theme :action-destructive
@@ -73,7 +73,7 @@
7373
[list-item/list-item
7474
{:theme :action
7575
:title :t/fetch-history
76-
:icon :main-icons/tiny-arrow-down
76+
:icon :main-icons/arrow-down
7777
:on-press #(hide-sheet-and-dispatch [:chat.ui/fetch-history-pressed chat-id])}]
7878
[list-item/list-item
7979
{:theme :action-destructive
@@ -99,7 +99,7 @@
9999
[list-item/list-item
100100
{:theme :action
101101
:title :t/fetch-history
102-
:icon :main-icons/tiny-arrow-down
102+
:icon :main-icons/arrow-down
103103
:on-press #(hide-sheet-and-dispatch [:chat.ui/fetch-history-pressed chat-id])}]
104104
[list-item/list-item
105105
{:theme :action-destructive

0 commit comments

Comments
 (0)