We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83cde43 + 19745d7 commit 8621ee7Copy full SHA for 8621ee7
packages/comments/src/index.css
@@ -99,4 +99,12 @@
99
overflow: hidden;
100
padding: 0;
101
position: absolute;
102
+}
103
+
104
+.comment-item .reaction-container .cancel-reply {
105
+ width: 100%;
106
+ max-width: 100%;
107
+ background: var(--utrecht-button-secondary-action-background-color, #ff0021);
108
+ color: var(--utrecht-button-secondary-action-color, white);
109
+ border: 1px solid var(--utrecht-button-secondary-action-border-color, #ff0021);
110
}
packages/comments/src/parts/comment.tsx
@@ -266,6 +266,8 @@ function Comment({
266
toggleReplyForm();
267
}}
268
/>
269
+ <Spacer size={.5} />
270
+ <Button className={'cancel-reply'} onClick={toggleReplyForm}> Annuleren </Button>
271
<Spacer size={1} />
272
</div>
273
0 commit comments