Make sure the icons can't be selected
This commit is contained in:
parent
3671264984
commit
e1e107078e
|
@ -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={{
|
||||
|
|
Loading…
Reference in New Issue