style: remove emoji border radius
This commit is contained in:
parent
0b127713ae
commit
3c74c8c5db
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export default function Emoji({
|
|||
src={emoji.url}
|
||||
alt={emoji.shortcode}
|
||||
draggable={false}
|
||||
className={cn('inline-block size-5 rounded-sm pointer-events-none', classNames?.img)}
|
||||
className={cn('inline-block size-5 pointer-events-none', classNames?.img)}
|
||||
onLoad={() => {
|
||||
setHasError(false)
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue