styling fixes

This commit is contained in:
Michael Freno
2025-12-25 01:15:21 -05:00
parent aa66fae1b7
commit 55446541fb
9 changed files with 24 additions and 26 deletions

View File

@@ -210,6 +210,7 @@ export interface CommentDeletionPromptProps {
deletionType: DeletionType
) => void;
commentDeletionLoading: boolean;
onClose: () => void;
commenterImage?: string;
commenterEmail?: string;
commenterDisplayName?: string;
@@ -220,6 +221,7 @@ export interface EditCommentModalProps {
commentBody: string;
editComment: (body: string, comment_id: number) => Promise<void>;
editCommentLoading: boolean;
onClose: () => void;
commenterImage?: string;
commenterEmail?: string;
commenterDisplayName?: string;