Skip to content

Commit

Permalink
Change border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Oct 16, 2024
1 parent 0df769d commit 879e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/DashboardRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const DashboardRow = ({
<Box
css={`
${!isImageUploading &&
`border: 1px solid ${udbMainGrey}; border-radius: 0.5rem;
`border: 1px solid ${udbMainGrey}; border-radius: 0.5rem 0 0 0.5rem;
:hover {
border: 1px dashed ${udbMainPositiveGreen}; cursor: pointer;
}
Expand Down

0 comments on commit 879e335

Please sign in to comment.