style: update emoji picker styles
This commit is contained in:
parent
6f22fdb6ca
commit
025b61fb6e
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ export default function EmojiPicker({
|
||||||
'--epr-category-label-bg-color': 'hsl(var(--background))',
|
'--epr-category-label-bg-color': 'hsl(var(--background))',
|
||||||
'--epr-text-color': 'hsl(var(--foreground))',
|
'--epr-text-color': 'hsl(var(--foreground))',
|
||||||
'--epr-hover-bg-color': 'hsl(var(--muted) / 0.5)',
|
'--epr-hover-bg-color': 'hsl(var(--muted) / 0.5)',
|
||||||
'--epr-picker-border-color': 'transparent'
|
'--epr-picker-border-color': 'transparent',
|
||||||
|
'--epr-search-input-bg-color': 'hsl(var(--muted) / 0.5)'
|
||||||
} as React.CSSProperties
|
} as React.CSSProperties
|
||||||
}
|
}
|
||||||
suggestedEmojisMode={SuggestionMode.FREQUENT}
|
suggestedEmojisMode={SuggestionMode.FREQUENT}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue