Skip to content

Commit

Permalink
fix: add an offset to FormFieldSet focus ring
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Apr 8, 2021
1 parent ccbea93 commit a768eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Content = styled(Box)<{
border-radius: ${rem(radius[1])};
&:focus {
box-shadow: ${focusRingStyle({base, focusRing})};
box-shadow: ${focusRingStyle({base, focusRing: {...focusRing, offset: 2}})};
}
&:focus:not(:focus-visible) {
Expand Down

2 comments on commit a768eaf

@vercel
Copy link

@vercel vercel bot commented on a768eaf Apr 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio.sanity.build
perf-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on a768eaf Apr 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.