diff --git a/src/common/components/comment/__snapshots__/index.spec.tsx.snap b/src/common/components/comment/__snapshots__/index.spec.tsx.snap
index 69b098375de..eb3cc57f44e 100644
--- a/src/common/components/comment/__snapshots__/index.spec.tsx.snap
+++ b/src/common/components/comment/__snapshots__/index.spec.tsx.snap
@@ -203,7 +203,7 @@ exports[`(1) Default render 1`] = `
@@ -551,7 +551,7 @@ exports[`(2) Cancellable, in progress 1`] = `
+
{post.status === 1 && (
-
- {timeSvg} {dateFormatted}
+
+
{timeSvg}
+
{dateFormatted}
)}
{post.status === 2 && (
-
- {timeSvg} {dateFormatted}
+
+
{timeSvg}
+
{dateFormatted}
)}
diff --git a/src/style/_base.scss b/src/style/_base.scss
index e014f6b3b62..3ac7464c4ea 100644
--- a/src/style/_base.scss
+++ b/src/style/_base.scss
@@ -200,7 +200,7 @@ a[target="_blank"] {
// Date picker
@import "~react-datetime/css/react-datetime.css";
// dark theme
-.theme-night {
+.dark {
.rdtPicker {
@apply bg-blue-metallic;
border: 1px solid;
@@ -290,10 +290,10 @@ a[target="_blank"] {
/* Track */
::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px grey;
+ box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
-
+
/* Handle */
::-webkit-scrollbar-thumb {
@apply bg-blue-dark-sky;