Skip to content

Commit

Permalink
fix(junior): Fix border on PixWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
mcampourcy committed Jan 10, 2025
1 parent b71a251 commit e5485da
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
position: relative;
width: 100%;
border: none;

border-top: 1px solid lightgray;
border-left: 1px solid lightgray;
border-radius: 5px;
}

&__overlay {
Expand Down

0 comments on commit e5485da

Please sign in to comment.