Skip to content

Commit 5db18de

Browse files
committed
feat: add basic theme variables and fix reply issue
1 parent 0c3f87c commit 5db18de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package/src/components/Reply/Reply.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,7 @@ const areEqual = (prevProps: ReplyPropsWithContext, nextProps: ReplyPropsWithCon
373373

374374
export const MemoizedReply = React.memo(ReplyWithContext, areEqual) as typeof ReplyWithContext;
375375

376-
export type ReplyProps = Partial<ReplyPropsWithContext> & {
377-
style: ViewStyle;
378-
};
376+
export type ReplyProps = Partial<ReplyPropsWithContext>;
379377

380378
export const Reply = (props: ReplyProps) => {
381379
const { message: messageFromContext } = useMessageContext();

0 commit comments

Comments
 (0)