Skip to content

Commit

Permalink
chore: apply auto-fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeWub authored and atom-ci-actions[bot] committed Sep 18, 2024
1 parent 3d9cc68 commit 23a5e60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/utilities/style/focus-visible-style-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export const focusVisibleStyleBlock = ({
? position
: 'relative',
zIndex: zIndex > 1 ? zIndex : 1,
boxShadow: `white 0px 0px 0px 2px, $colors$primary800 0px 0px 0px 4px${boxShadow ? `, ${boxShadow}` : ''}`
boxShadow: `white 0px 0px 0px 2px, $colors$primary800 0px 0px 0px 4px${
boxShadow ? `, ${boxShadow}` : ''
}`
}
}

0 comments on commit 23a5e60

Please sign in to comment.