Updated EmojiPicker to be themed

• Updated:
- EmojiPicker to be themed - text, background colors are now matching selected theme
This commit is contained in:
mgabdev 2020-12-31 18:47:40 -05:00
parent 23e7dbee8c
commit 4174597a24

View File

@ -984,11 +984,25 @@ pre {
width: 20px;
}
:global(.emoji-mart) {
border: none !important;
background-color: var(--solid_color_primary) !important;
}
:global(.emoji-mart-emoji span) {
background-repeat: no-repeat;
background-position: center;
}
:global(.emoji-mart-category-label span) {
background-color: var(--solid_color_primary) !important;
color: var(--text_color_primary) !important;
}
:global(.emoji-mart-category-label span) {
color: var(--text_color_primary) !important;
}
:global(.invisible) {
font-size: 0px;
display: inline;