Skip to content

Commit

Permalink
Fix; rounded corner on icons on staffing page (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand authored Jul 24, 2024
1 parent 4405161 commit 11e54cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Staffing/DetailedBookingRows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function DetailedBookingRows(props: {
>
<div className="flex flex-row items-center gap-3 justify-end">
<div
className={`min-w-8 w-8 h-8 flex justify-center items-center ${getColorByStaffingType(
className={`min-w-8 w-8 h-8 flex justify-center items-center rounded ${getColorByStaffingType(
detailedBooking.bookingDetails.type,
)}`}
>
Expand Down

0 comments on commit 11e54cf

Please sign in to comment.