Updated EmojiPicker to be themed
• Updated: - EmojiPicker to be themed - text, background colors are now matching selected theme
This commit is contained in:
parent
23e7dbee8c
commit
4174597a24
@ -984,11 +984,25 @@ pre {
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.emoji-mart) {
|
||||||
|
border: none !important;
|
||||||
|
background-color: var(--solid_color_primary) !important;
|
||||||
|
}
|
||||||
|
|
||||||
:global(.emoji-mart-emoji span) {
|
:global(.emoji-mart-emoji span) {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
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) {
|
:global(.invisible) {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user