Skip to content

Commit d72dd7e

Browse files
fix. gray text color
1 parent c5fee1d commit d72dd7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/theme/list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import fsOperation from "fileSystem";
2+
import { isDeviceDarkTheme } from "lib/systemConfiguration";
23
import Url from "utils/Url";
34
import color from "utils/color";
45
import fonts from "../lib/fonts";

src/theme/preInstalled.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import restoreTheme from "lib/restoreTheme";
12
import appSettings from "lib/settings";
23
import { isDeviceDarkTheme } from "lib/systemConfiguration";
34
import { createBuiltInTheme } from "./builder";
4-
import { apply,update } from "./list";
5-
import restoreTheme from "lib/restoreTheme";
5+
import { apply, update } from "./list";
66

77
const WHITE = "rgb(255, 255, 255)";
88
const BLACK = "rgb(0, 0, 0)";

0 commit comments

Comments
 (0)