Improve dark-mode support for Emoji Picker
This commit is contained in:
parent
12d45ced84
commit
1a9b0be3ab
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
.emoji-mart-bar {
|
||||
border: 0 solid #e5e7eb;
|
||||
@apply border-0 border-solid border-gray-200 dark:border-slate-700;
|
||||
}
|
||||
|
||||
.emoji-mart-bar:first-child {
|
||||
|
@ -77,7 +77,7 @@
|
|||
}
|
||||
|
||||
.emoji-mart-search input {
|
||||
@apply text-sm pr-9 block w-full border-gray-300 dark:border-gray-600 rounded-full focus:ring-primary-500 focus:border-primary-500;
|
||||
@apply text-sm pr-9 block w-full border-gray-300 dark:bg-slate-800 dark:border-gray-600 rounded-full focus:ring-primary-500 focus:border-primary-500;
|
||||
|
||||
&::-moz-focus-inner {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue