Skip to content

Commit

Permalink
add accessible labels (#6308)
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes authored and k-anshul committed Jan 6, 2025
1 parent d6dcd75 commit 0258736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-common/src/layout/workspace/WorkspaceHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
type="secondary"
square
selected={$tableVisible}
label="Toggle table visibility"
on:click={workspaceLayout.table.toggle}
>
<HideBottomPane size="18px" open={$tableVisible} />
Expand All @@ -102,6 +103,7 @@
type="secondary"
square
selected={$inspectorVisible}
label="Toggle inspector visibility"
on:click={workspaceLayout.inspector.toggle}
>
<HideSidebar open={$inspectorVisible} size="18px" />
Expand Down

0 comments on commit 0258736

Please sign in to comment.