Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Dec 2, 2024
1 parent af5bdf6 commit 24a5797
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
width: 7px;
height: 7px;
/* display: none; */
}

::-webkit-scrollbar-track {
background: ##171a1d;
background: #262728;
}

::-webkit-scrollbar-thumb {
background: #707578;
background: #d1d3d5;
border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
background: #171a1d;
background: #a2a3a4;
}
2 changes: 1 addition & 1 deletion components/ui/loading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function Loading() {
return (
<svg
aria-hidden="true"
className="animate-spin w-8 h-8 text-gray-600 fill-white"
className="animate-spin w-8 h-8 text-neutral-800 fill-neutral-300"
viewBox="0 0 100 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 24a5797

Please sign in to comment.