diff --git a/src/components/blog/CommentBlock.tsx b/src/components/blog/CommentBlock.tsx index 57cb25e..bf3927b 100644 --- a/src/components/blog/CommentBlock.tsx +++ b/src/components/blog/CommentBlock.tsx @@ -159,7 +159,7 @@ export default function CommentBlock(props: CommentBlockProps) { const isAnonymous = () => props.privilegeLevel === "anonymous"; - const replyIconColor = () => "#fb923c"; + const replyIconColor = () => "var(--color-peach)"; return ( <> @@ -169,13 +169,13 @@ export default function CommentBlock(props: CommentBlockProps) { onClick={collapseCommentToggle} class="ml-5 w-full px-2 lg:w-3/4" > -
+
{/* Expanded state */} -
+
{/* Vote buttons column */}
@@ -292,7 +292,7 @@ export default function CommentBlock(props: CommentBlockProps) { diff --git a/src/components/blog/CommentDeletionPrompt.tsx b/src/components/blog/CommentDeletionPrompt.tsx index f6da23d..875807d 100644 --- a/src/components/blog/CommentDeletionPrompt.tsx +++ b/src/components/blog/CommentDeletionPrompt.tsx @@ -45,10 +45,10 @@ export default function CommentDeletionPrompt( return (
-
+
diff --git a/src/components/blog/CommentInputBlock.tsx b/src/components/blog/CommentInputBlock.tsx index 9dff224..665b664 100644 --- a/src/components/blog/CommentInputBlock.tsx +++ b/src/components/blog/CommentInputBlock.tsx @@ -21,7 +21,7 @@ export default function CommentInputBlock(props: CommentInputBlockProps) { if (props.privilegeLevel === "user" || props.privilegeLevel === "admin") { return (
-
+