@@ -161,6 +162,7 @@ function Comment({
{
args.submitComment(e);
diff --git a/packages/comments/src/types/comment-props.ts b/packages/comments/src/types/comment-props.ts
index 25828487a..d31bbeed1 100644
--- a/packages/comments/src/types/comment-props.ts
+++ b/packages/comments/src/types/comment-props.ts
@@ -11,4 +11,5 @@ export type CommentProps = {
requiredUserRole: string;
userNameFields: Array;
showDateSeperately?: boolean;
+ hideReplyAsAdmin?: boolean;
};
diff --git a/packages/ui/src/button/index.css b/packages/ui/src/button/index.css
index 5eff61579..0eb5426b2 100644
--- a/packages/ui/src/button/index.css
+++ b/packages/ui/src/button/index.css
@@ -19,7 +19,8 @@
gap: .5rem;
border: none;
background-color: var(--osc-background);
- color: var(--osc-foreground)
+ color: var(--osc-foreground);
+ cursor: pointer;
}
.osc button.ghost.active i{