Skip to content

Commit

Permalink
fix: use the new outline color
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelAlev committed Apr 25, 2024
1 parent 784ac2e commit ba6a3dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const segmentedControlItemStyles =
// Apply border radius based on the index
'first:tw-rounded-l-[inherit] [&:nth-last-child(2)]:tw-rounded-r-[inherit] ' +
// Focus styles for keyboard navigation
'focus-visible:tw-rounded-[inherit] focus-visible:tw-outline focus-visible:tw-outline-violet-50';
'focus-visible:tw-rounded-[inherit] focus-visible:tw-outline focus-visible:tw-outline-blue';

export const segmentedControlActiveIndicatorStyles =
'tw-hidden tw-absolute -tw-z-[1] tw-top-0 tw-left-0 tw-h-full tw-pointer-events-none tw-transition-transform ' +
Expand Down

0 comments on commit ba6a3dc

Please sign in to comment.