Skip to content

Commit

Permalink
pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWhiteM committed Jun 12, 2024
1 parent 54b1527 commit 19d038d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CreateBoardBtn/CreateBoardBtn.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.button:hover,
Expand Down
1 change: 1 addition & 0 deletions src/components/Logout/Logout.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.icon {
fill: none;
stroke: rgba(190, 219, 176, 1);
cursor: pointer;
}

.container {
Expand Down

0 comments on commit 19d038d

Please sign in to comment.