Page MenuHomePhorge

D4840.1767128034.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D4840.1767128034.diff

diff --git a/native/chat/swipeable-message.react.js b/native/chat/swipeable-message.react.js
--- a/native/chat/swipeable-message.react.js
+++ b/native/chat/swipeable-message.react.js
@@ -20,7 +20,6 @@
import tinycolor from 'tinycolor2';
import CommIcon from '../components/comm-icon.react';
-import SWMansionIcon from '../components/swmansion-icon.react';
import { colors } from '../themes/colors';
import type { ViewStyle } from '../types/styles';
import { useMessageListScreenWidth } from './composed-message-width';
@@ -286,7 +285,7 @@
translateXInterpolator={sidebarSnakeTranslateXInterpolator}
key="sidebar"
>
- <SWMansionIcon name="sidebar-filled" size={20} />
+ <CommIcon name="sidebar-filled" size={16} />
</SwipeSnake>,
);
} else if (triggerSidebar) {
@@ -301,7 +300,7 @@
opacityInterpolator={sidebarSnakeOpacityInterpolator}
key="sidebar"
>
- <SWMansionIcon name="sidebar-filled" size={20} />
+ <CommIcon name="sidebar-filled" size={16} />
</SwipeSnake>,
);
}

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 30, 8:53 PM (8 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5869924
Default Alt Text
D4840.1767128034.diff (1 KB)

Event Timeline