Skip to content

Commit

Permalink
fix: rounded corners for employee cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Dec 10, 2024
1 parent 9973ee3 commit eb25cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/employeeCard/employeeCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@

background-color: var(--background-bg-dark);
border-radius: var(--medium, 12px);

overflow: hidden;
}
.employeeImage--dark {
background-color: var(--background-bg-light-primary);
Expand Down

0 comments on commit eb25cb2

Please sign in to comment.