diff --git a/components/lib/themes/nora/stepper/index.js b/components/lib/themes/nora/stepper/index.js index 7dfd80a17..214b1f5b8 100644 --- a/components/lib/themes/nora/stepper/index.js +++ b/components/lib/themes/nora/stepper/index.js @@ -35,10 +35,10 @@ export default { }, itemNumber: { background: '{content.background}', - activeBackground: '{content.background}', + activeBackground: '{primary.color}', borderColor: '{content.border.color}', color: '{text.muted.color}', - activeColor: '{primary.color}', + activeColor: '{primary.contrast.color}', size: '2rem', fontSize: '1.143rem', fontWeight: '500', diff --git a/components/lib/themes/nora/steps/index.js b/components/lib/themes/nora/steps/index.js index 237b5a33b..eff49c7ce 100644 --- a/components/lib/themes/nora/steps/index.js +++ b/components/lib/themes/nora/steps/index.js @@ -23,10 +23,10 @@ export default { }, itemNumber: { background: '{content.background}', - activeBackground: '{content.background}', + activeBackground: '{primary.color}', borderColor: '{content.border.color}', color: '{text.muted.color}', - activeColor: '{primary.color}', + activeColor: '{primary.contrast.color}', size: '2rem', fontSize: '1.143rem', fontWeight: '500',