mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
fix: torrent done color to similar to seeding #162
This commit is contained in:
parent
ebcc92982b
commit
bd7190685f
3 changed files with 333 additions and 19825 deletions
20152
package-lock.json
generated
20152
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -28,7 +28,7 @@
|
|||
"vue-toastification": "^1.7.11",
|
||||
"vue2-perfect-scrollbar": "^1.5.0",
|
||||
"vuedraggable": "^2.24.3",
|
||||
"vuetify": "^2.4.4",
|
||||
"vuetify": "^2.4.5",
|
||||
"vuex": "^3.6.2",
|
||||
"vuex-persist": "^3.1.3"
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@ $secondary: #3e556d;
|
|||
$download: #64CEAA;
|
||||
$upload: #00b3fa;
|
||||
// Torrent status colors
|
||||
$torrent-done: #3cd1c2;
|
||||
$torrent-done: #16573e;
|
||||
$torrent-downloading: #5bb974;
|
||||
$torrent-fail: #f83e70;
|
||||
$torrent-paused: #9CA3AF;
|
||||
|
|
Loading…
Reference in a new issue