Browse Source

Fixed File Descriptor css bug

tobychui 2 years ago
parent
commit
522d606c25
1 changed files with 4 additions and 0 deletions
  1. 4 0
      web/desktop.system

+ 4 - 0
web/desktop.system

@@ -955,6 +955,10 @@
                 word-wrap: break-word;
             }
 
+            body.darkTheme .fileDescription{
+                background-color: var(--body_background, #242330);
+            }
+
             /*
                 Background Task UI
             */