Skip to content

Commit ee4202b

Browse files
committed
fix: trash icon in details screen
1 parent f7e5aa5 commit ee4202b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SampleApp/src/screens/OneOnOneChannelDetailScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export const OneOnOneChannelDetailScreen: React.FC<Props> = ({
474474
]}
475475
>
476476
<View style={styles.actionLabelContainer}>
477-
<Delete fill={accent_red} size={24} />
477+
<Delete fill={accent_red} width={24} height={24} />
478478
<Text
479479
style={[
480480
styles.itemText,

0 commit comments

Comments
 (0)