Skip to content

Commit

Permalink
focus outline for color thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Oct 14, 2024
1 parent 5dfd88e commit ca86a12
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ const thumbStyle = css({
borderRadius: theme.borderRadius[2],
borderWidth: 0,
borderStyle: "solid",
"&:focus-visible": {
outline: `1px solid ${theme.colors.borderFocus}`,
outlineOffset: 1,
},
});

type Props = Omit<ComponentProps<"button">, "color"> & {
Expand Down

0 comments on commit ca86a12

Please sign in to comment.