fix: Missing focus outlines (#1252)
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
This commit is contained in:
parent
fd446d14be
commit
93939ee1f2
4 changed files with 11 additions and 11 deletions
|
|
@ -114,6 +114,7 @@ export const Context = ({ className, usage, ...props }: ContextProps) => {
|
|||
className={cn(
|
||||
"inline-flex select-none items-center gap-1 rounded-md text-sm",
|
||||
"cursor-pointer bg-background text-foreground",
|
||||
"focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 outline-none ring-offset-background",
|
||||
className
|
||||
)}
|
||||
type="button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue