From 7f2a779879e409cba7e35e504e02af25c26f7463 Mon Sep 17 00:00:00 2001 From: kytwb Date: Mon, 13 Dec 2021 22:40:26 +0100 Subject: Use accent color from settings in modals when appropriate --- src/features/publishDebugInfo/Component.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/features/publishDebugInfo') 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 => ({ width: '80%', maxWidth: 600, background: theme.styleTypes.primary.contrast, - color: theme.styleTypes.primary.accent, paddingTop: 30, }, headline: { -- cgit v1.2.3-54-g00ecf