fix: update the default color with theme color

This commit is contained in:
johnsoncherian 2025-04-10 12:07:13 +05:30
parent 711dabe8ad
commit f6fed90d61

View file

@ -241,7 +241,7 @@ export const stepsConfig = {
padding: { value: 'default' },
incompletedAccent: { value: '#E4E7EB' },
incompletedLabel: { value: '#1B1F24' },
completedAccent: { value: '#4368E3' },
completedAccent: { value: 'var(--primary-brand)' },
completedLabel: { value: '#1B1F24' },
currentStepLabel: { value: '#1B1F24' },
},