From 0932fcd114d7d90f4a387f0676645260d3e80173 Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Sat, 6 Apr 2019 00:50:35 +0900
Subject: [PATCH] fix #4532 (#4592)

---
 src/client/themes/light.json5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/themes/light.json5 b/src/client/themes/light.json5
index 4617f6aabe..3bcabddba7 100644
--- a/src/client/themes/light.json5
+++ b/src/client/themes/light.json5
@@ -181,7 +181,7 @@
 		desktopTimelineSrcHover: ':darken<7<$text',
 		desktopWindowTitle: '$text',
 		desktopWindowShadow: 'rgba(0, 0, 0, 0.2)',
-		desktopDriveBg: '@bg',
+		desktopDriveBg: '#fff',
 		desktopDriveFolderBg: ':lighten<31<$primary',
 		desktopDriveFolderHoverBg: ':lighten<27<$primary',
 		desktopDriveFolderActiveBg: ':lighten<25<$primary',