fix: selected torrent row color in dark mode (#5151)

This commit is contained in:
wsy2220 2023-03-06 02:21:22 +08:00 committed by GitHub
parent 47001a394e
commit 586e01c2aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ $nice-grey: #f8f8f8;
$nice-grey-darker: #f0f0f0;
$dark-mode-black: #121212;
$default-accent-color: #fff8c5;
$default-accent-color-dark: #2e2e2e;
$default-accent-color-dark: #0c2d6b;
$default-border-dark: #575757;
$default-border-light: #aeaeae;