Skip to content

Commit

Permalink
reduce size of menu button
Browse files Browse the repository at this point in the history
remove docker references
  • Loading branch information
tuckner committed Dec 10, 2023
1 parent e12628a commit 94b4048
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ build
*.sln
*.sw?

todo
todo
Dockerfile
docker-compose.yml
.dockerignore
2 changes: 1 addition & 1 deletion src/components/Board/TaskDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function TaskDetails({
<p>
<FiMoreVertical
onClick={() => setOpenMenu(!isOpenMenu)}
className="text-3xl cursor-pointer"
className="text-1xl cursor-pointer"
/>
</p>
{isOpenMenu && (
Expand Down

0 comments on commit 94b4048

Please sign in to comment.