Fix emojiboard icon background
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Wed, 7 Sep 2022 07:54:26 +0000 (13:24 +0530)
committerAjay Bura <32841439+ajbura@users.noreply.github.com>
Wed, 7 Sep 2022 07:54:26 +0000 (13:24 +0530)
src/app/organisms/emoji-board/EmojiBoard.scss

index 7f2e23845a0313ed652f4d7d06ea893fb54bfdfa..683026f0e16e4e60d96b021f25af664086411e72 100644 (file)
@@ -38,7 +38,7 @@
     @extend .cp-fx__column;
   }
   &__nav-twemoji {
-    background: inherit;
+    background-color: var(--bg-surface);
     position: sticky;
     bottom: -70%;
     z-index: 999;