Desktop: Accessibility: Mark secondary screen navigation bars as navigation regions (#11650)

pull/11679/head
Henry Heino 2025-01-18 04:38:11 -08:00 committed by GitHub
parent 5782ee6ba1
commit e1b41cff5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ interface Props {
onApplyClick?: Function;
}
export const StyledRoot = styled.div`
const StyledRoot = styled.nav`
display: flex;
align-items: center;
padding: 10px;