Skip to content

Apply accessibility specs to focused components #6

@ishaan000

Description

@ishaan000

We can create themes that follow accessibility specs and apply them throughout the app.

This is what chatgpt says, need to verify :

"&:focus: Adds a CSS rule to apply a 2px solid black outline when the button is focused, improving accessibility and making it clearer when the element is active."

{ margin: 2, '&:focus': { outline: '2px solid #000', } }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions