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
|
<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={{
|
||||||
|
|
Loading…
Reference in New Issue