+ You sure you want to report?
+ You request will be sent to the owner of this site.
+
+
+
No,
+
+
+ );
+};
+
+export default ReportDialog;
\ No newline at end of file
diff --git a/apps/comments-ui/tailwind.config.js b/apps/comments-ui/tailwind.config.js
index 8e97c9a675..2de023e9ca 100644
--- a/apps/comments-ui/tailwind.config.js
+++ b/apps/comments-ui/tailwind.config.js
@@ -133,6 +133,14 @@ module.exports = {
'0px 0px 1px rgba(0, 0, 0, 0.12)',
'0px 13px 20px rgba(0, 0, 0, 0.04)',
'0px 14px 57px rgba(0, 0, 0, 0.06)'
+ ],
+ modal: [
+ '0 3.8px 2.2px rgba(0, 0, 0, 0.028)',
+ '0 9.2px 5.3px rgba(0, 0, 0, 0.04)',
+ '0 17.3px 10px rgba(0, 0, 0, 0.05)',
+ '0 30.8px 17.9px rgba(0, 0, 0, 0.06)',
+ '0 57.7px 33.4px rgba(0, 0, 0, 0.072)',
+ '0 138px 80px rgba(0, 0, 0, 0.1)'
]
},
animation: {