fix(app): session screen accessibility improvements (#9907)
This commit is contained in:
parent
8a043edfd5
commit
3435327bc0
19 changed files with 120 additions and 75 deletions
|
|
@ -96,7 +96,7 @@ export function SessionContextUsage(props: SessionContextUsageProps) {
|
|||
<Switch>
|
||||
<Match when={variant() === "indicator"}>{circle()}</Match>
|
||||
<Match when={true}>
|
||||
<Button type="button" variant="ghost" class="size-6" onClick={openContext}>
|
||||
<Button type="button" variant="ghost" class="size-6" onClick={openContext} aria-label="View context usage">
|
||||
{circle()}
|
||||
</Button>
|
||||
</Match>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue