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 <span
onClick={onClick} onClick={onClick}
className={cJoin( className={cJoin(
`material-symbols-rounded [font-size:inherit] `material-symbols-rounded select-none
[line-height:inherit]`, [font-size:inherit] [line-height:inherit]`,
className className
)} )}
style={{ style={{