Skip to content

Commit c6e46ae

Browse files
committed
feat: updated default category names
1 parent f63f07d commit c6e46ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TorrentList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ td {
116116
}
117117
118118
tbody tr {
119-
@apply cursor-pointer bg-transparent hover:bg-gradient-to-r hover:from-slate-800/10 hover:via-slate-800/30 hover:to-slate-800/10;
119+
@apply cursor-pointer bg-transparent hover:bg-gradient-to-r hover:from-slate-800/10 hover:via-slate-800/30 hover:to-slate-800/10 transition duration-200;
120120
}
121121
</style>

0 commit comments

Comments
 (0)