Skip to content

Commit

Permalink
feat: update UI design
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed May 15, 2024
1 parent 2dbc4e4 commit b2f4101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions client/pages/@components/BasicHeader/BasicHeader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
}

.userBtn:hover {
background: white;
border-color: #eee;
box-shadow: 2px 2px 8px #0002;
}

.userIcon {
Expand Down
3 changes: 2 additions & 1 deletion client/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
overflow: hidden;
background: #fff;
border-radius: 8px;
box-shadow: 2px 2px 12px #0004;
box-shadow: 4px 4px 10px #0002;
}

@keyframes gradient {
Expand Down Expand Up @@ -64,6 +64,7 @@
padding: 4px 8px;
margin-left: auto;
cursor: pointer;
background: transparent;
border-radius: 4px;
}

Expand Down

0 comments on commit b2f4101

Please sign in to comment.