mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: update the default color with theme color
This commit is contained in:
parent
711dabe8ad
commit
f6fed90d61
1 changed files with 1 additions and 1 deletions
|
|
@ -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' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue