From c9bedbd4b0ef3f681cda98d4bfaf59f4b063417d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 25 May 2024 13:09:09 +0300 Subject: [PATCH] More visible step items for Nora --- components/lib/themes/nora/stepper/index.js | 4 ++-- components/lib/themes/nora/steps/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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',