Skip to content

Commit

Permalink
๐Ÿ› fix: shadow ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujaa authored Dec 4, 2024
1 parent efa1280 commit 436a20e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const WorkspaceItem = ({

return (

<li className="shadow-drop relative overflow-hidden rounded-lg bg-white">
<li className="shadow-md relative overflow-hidden rounded-lg bg-white">
<button
className="absolute right-2 top-2 flex h-8 w-8 items-center justify-center rounded-full bg-white p-2 text-gray-300 transition-colors hover:bg-red-500 hover:text-white"
onClick={handleOnclick}
Expand Down

0 comments on commit 436a20e

Please sign in to comment.