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}
|
src={emoji.url}
|
||||||
alt={emoji.shortcode}
|
alt={emoji.shortcode}
|
||||||
draggable={false}
|
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={() => {
|
onLoad={() => {
|
||||||
setHasError(false)
|
setHasError(false)
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue