I’m probably missing something really obvious, but I can’t figure out how to change the size of the checkmark. I’ve placed a toggle and I can change its size and I can change the font size of the text that the toggle contains, but I can’t seem to find how to change the checkmark size. I can’t find anything online probably because my googling skills are subpar. I’ve lost already 2 h please help. If its possible through the UI inspector or in UXML I would greatly appreciate it.
<ui:VisualElement name="ViewGroupRightsLeft" style="width: 50%;">
<ui:Label text=" GROUP RIGHTS:" display-tooltip-when-elided="true" style="font-size: 30px; -unity-font-style: bold; color: rgb(255, 255, 255); width: 100%; -unity-text-align: middle-left; height: 60px; margin-left: 0; padding-left: 20px; white-space: nowrap; margin-top: 40px; align-items: center;" />
<ui:Toggle value="false" name="toggleUserMangment" style="font-size: 20px; -unity-font-style: bold; color: rgb(255, 255, 255); -unity-text-align: upper-center; border-left-width: 0; align-items: center; justify-content: center; height: 60px; width: 10%;" />
</ui:VisualElement>
