close()}>
@@ -126,7 +133,7 @@ const submitPrivacy = data => {
Name:
-
+
Tag:
@@ -200,8 +207,8 @@ const submitPrivacy = data => {
setPrivacyView(false)}>Exit setPrivacyMode(true)}>Edit
> : "" }
Description:
-
- { privacyMode ? "" : privacyView ? "" : setEditMode(true)}>Edit}> }
+ { localStorage.getItem('twemoji') ? : }
+ { privacyMode ? "" : privacyView ? "" : <> setEditMode(true)}>Edit history.push(`/pk-webs/profile/${user.id}`)}>Profile>}> }
)
diff --git a/src/Custom.scss b/src/Custom.scss
index e4a70161..fb77d1f9 100644
--- a/src/Custom.scss
+++ b/src/Custom.scss
@@ -129,6 +129,13 @@ body {
transition: background-color 0.3s ease;
}
+.dark-mode .alert-primary {
+ color: $white;
+ background-color: $primary;
+ border: $gray-900;
+ transition: background-color 0.3s ease;
+}
+
.dark-mode .alert-light {
color: $white;
background-color: $gray-900;
@@ -249,9 +256,13 @@ blockquote {
}
.d-emoji {
- height: 25px;
+ height: 22px;
+ width: auto;
+}
+
+.twemoji {
+ height: 22px;
width: auto;
- image-rendering: crisp-edges;
}