aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/publishDebugInfo
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-13 22:40:26 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-13 22:40:26 +0100
commit7f2a779879e409cba7e35e504e02af25c26f7463 (patch)
treed7796c61a3f41b87173e6b022b8188795db954fb /src/features/publishDebugInfo
parentFine-tune QuickSwitch styling in light mode (diff)
downloadferdium-app-7f2a779879e409cba7e35e504e02af25c26f7463.tar.gz
ferdium-app-7f2a779879e409cba7e35e504e02af25c26f7463.tar.zst
ferdium-app-7f2a779879e409cba7e35e504e02af25c26f7463.zip
Use accent color from settings in modals when appropriate
Diffstat (limited to 'src/features/publishDebugInfo')
-rw-r--r--src/features/publishDebugInfo/Component.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/publishDebugInfo/Component.js b/src/features/publishDebugInfo/Component.js
index 8bdb50cb4..2b9af01a7 100644
--- a/src/features/publishDebugInfo/Component.js
+++ b/src/features/publishDebugInfo/Component.js
@@ -54,7 +54,6 @@ const styles = theme => ({
54 width: '80%', 54 width: '80%',
55 maxWidth: 600, 55 maxWidth: 600,
56 background: theme.styleTypes.primary.contrast, 56 background: theme.styleTypes.primary.contrast,
57 color: theme.styleTypes.primary.accent,
58 paddingTop: 30, 57 paddingTop: 30,
59 }, 58 },
60 headline: { 59 headline: {