update aria

This commit is contained in:
Viktor Rådberg
2023-09-18 13:58:02 +02:00
parent 8b11634ed5
commit 44b4e9f809

View File

@@ -328,8 +328,8 @@ const Settings = ({
checkedIcon={<FullscreenOn size="4vmax" />}
onChange={toggleFullscreen}
role="checkbox"
aria-checked={player.settings.useExperience}
aria-label="Experience"
aria-checked={document.fullscreenElement ? true : false}
aria-label="Fullscreen"
/>
</CheckboxContainer>