Skip to content

Commit

Permalink
Mute down progessbar colors a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Sep 13, 2024
1 parent 807041d commit 01c09bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function DownloadBar(props: { torrent: Torrent }) {
return (
<Box w="100%" my="0.5rem">
<ProgressBar
key={props.torrent.hashString}
now={now}
max={1000}
label={nowStr}
Expand Down
4 changes: 2 additions & 2 deletions src/css/progressbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}

.progressbar.red>:first-child {
background: #fa5252;
background: #d84d4d;
}

.progressbar.green>:first-child {
background: #37b24d;
background: #36a049;
}

.progressbar.dark-green>:first-child {
Expand Down

0 comments on commit 01c09bb

Please sign in to comment.