mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix(app): a11y translations
This commit is contained in:
parent
366da595af
commit
d9b9485019
39 changed files with 213 additions and 28 deletions
|
|
@ -193,7 +193,7 @@ export function DialogEditProject(props: { project: LocalProject }) {
|
|||
{(color) => (
|
||||
<button
|
||||
type="button"
|
||||
aria-label={`Select ${color} color`}
|
||||
aria-label={language.t("dialog.project.edit.color.select", { color })}
|
||||
aria-pressed={store.color === color}
|
||||
classList={{
|
||||
"flex items-center justify-center size-10 p-0.5 rounded-lg overflow-hidden transition-colors cursor-default": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue