style: add shadow to reaction selector
This commit is contained in:
parent
ac4127c93d
commit
6d13332818
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ export const ReactionSelector: React.FC<Props> = (props) => {
|
|||
position === "top" ? "-top-12" : "-bottom-12"
|
||||
}`}
|
||||
>
|
||||
<div className="bg-custom-sidebar-background-100 border border-custom-border-200 rounded-md p-1">
|
||||
<div className="bg-custom-sidebar-background-100 border border-custom-border-200 shadow-custom-shadow-sm rounded-md p-1">
|
||||
<div className="flex gap-x-1">
|
||||
{reactionEmojis.map((emoji) => (
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue