From 6c057fb976ad1d0ccf946aba8cebedc554dbb0f4 Mon Sep 17 00:00:00 2001 From: apanizo Date: Thu, 4 Oct 2018 14:35:54 +0200 Subject: [PATCH] Completed stepper points as secondary --- src/theme/mui.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/theme/mui.js b/src/theme/mui.js index 0cc2b232..e09bb93b 100644 --- a/src/theme/mui.js +++ b/src/theme/mui.js @@ -52,6 +52,9 @@ export default createMuiTheme({ }, }, MuiStepIcon: { + completed: { + color: `${secondary} !important`, + }, active: { color: `${secondary} !important`, },