Skip to content

Commit 3c2ba33

Browse files
committed
update color to RN ColorValue
1 parent 35af1a9 commit 3c2ba33

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/components/Message/MessageSimple/MessageReplies.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import React from 'react';
2-
import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
2+
import {
3+
ColorValue,
4+
StyleSheet,
5+
Text,
6+
TouchableOpacity,
7+
View,
8+
} from 'react-native';
39

410
import {
511
MessageContextValue,
@@ -76,7 +82,7 @@ export type MessageRepliesPropsWithContext<
7682
> &
7783
Pick<TranslationContextValue, 't'> & {
7884
noBorder?: boolean;
79-
repliesCurveColor?: string;
85+
repliesCurveColor?: ColorValue;
8086
};
8187

8288
const MessageRepliesWithContext = <

0 commit comments

Comments
 (0)