Skip to content

Commit

Permalink
Merge pull request #82 from BuidlerDAO/nig-632
Browse files Browse the repository at this point in the history
fix: focus border
  • Loading branch information
zhbyak authored Mar 26, 2024
2 parents 69b3839 + 8cba424 commit 7716481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const Modal = (props: ExtraModalProps) => {
width: props.width,
backgroundColor: '#FFFFFF',
borderRadius: 12,
outline: 'none',
}}
>
<div
Expand Down

0 comments on commit 7716481

Please sign in to comment.