Skip to content

Commit

Permalink
add missing shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanfrans committed Jul 7, 2024
1 parent 96ffaa7 commit bb7eb38
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 29 deletions.
44 changes: 15 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Players.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const Players = ({
.name-row {
padding-inline: 6px;
padding-block: 3px;
filter: drop-shadow(2px 2px 2px black);
display: flex;
flex-direction: column;
Expand Down

0 comments on commit bb7eb38

Please sign in to comment.