Make sure the icons can't be selected

This commit is contained in:
DrMint 2023-05-03 03:50:45 +02:00
parent 3671264984
commit e1e107078e
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ export const Ico = ({
<span
onClick={onClick}
className={cJoin(
`material-symbols-rounded [font-size:inherit]
[line-height:inherit]`,
`material-symbols-rounded select-none
[font-size:inherit] [line-height:inherit]`,
className
)}
style={{