fix tab index on command palette play buttons

This commit is contained in:
jeffvli
2026-03-18 02:17:31 -07:00
parent 0bdf1dcb75
commit c16eccaecb
3 changed files with 77 additions and 4 deletions
@@ -32,3 +32,14 @@
background: alpha(var(--theme-colors-foreground-muted), 0.3);
border-radius: 4px;
}
.controls {
display: flex;
align-items: center;
justify-content: center;
svg {
width: var(--theme-font-size-sm);
height: var(--theme-font-size-sm);
}
}