Skip to content

Commit

Permalink
💄 style(css): focus 시 outline과 여백을 두도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2980 committed May 27, 2024
1 parent c0608f8 commit a072002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/ImageNewsItems/ImageNewsItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ImageNewsItem = ({
imageNewsItemVariants();

return (
<a className={root({ className: interactionStateVariants({ className }) })} {...props}>
<a className={root({ className: interactionStateVariants({ focusOutlineOffset: true, className }) })} {...props}>
{image}
<div className={newsItemWrapper()}>
<div className={newsInfoWrapper()}>
Expand Down

0 comments on commit a072002

Please sign in to comment.