aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-14 19:58:59 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-14 19:58:59 +0100
commit107cea856036e5bf20e0b9050abe102517b586df (patch)
tree5c4bdd4b846746bb7e021f3aaf42fbc98431ff50 /src/features
parentRemove title from AppLoader (diff)
downloadferdium-app-107cea856036e5bf20e0b9050abe102517b586df.tar.gz
ferdium-app-107cea856036e5bf20e0b9050abe102517b586df.tar.zst
ferdium-app-107cea856036e5bf20e0b9050abe102517b586df.zip
Remove accent color on nightly builds modal text
Diffstat (limited to 'src/features')
-rw-r--r--src/features/nightlyBuilds/Component.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/nightlyBuilds/Component.js b/src/features/nightlyBuilds/Component.js
index fc7663211..216e35f65 100644
--- a/src/features/nightlyBuilds/Component.js
+++ b/src/features/nightlyBuilds/Component.js
@@ -34,7 +34,6 @@ const styles = theme => ({
34 width: '80%', 34 width: '80%',
35 maxWidth: 600, 35 maxWidth: 600,
36 background: theme.styleTypes.primary.contrast, 36 background: theme.styleTypes.primary.contrast,
37 color: theme.styleTypes.primary.accent,
38 paddingTop: 30, 37 paddingTop: 30,
39 }, 38 },
40 info: { 39 info: {