Fixed stepper colors

This commit is contained in:
Cagatay Civici 2024-04-09 17:00:56 +03:00
parent cd74265a10
commit 2e57ae9a6e
2 changed files with 13 additions and 13 deletions

View file

@ -18,9 +18,9 @@ const classes = {
'p-disabled': instance.isItemDisabled(index)
}
],
action: 'p-stepper-header',
number: 'p-stepper-number',
title: 'p-stepper-title',
action: 'p-stepper-item-header',
number: 'p-stepper-item-number',
title: 'p-stepper-item-title',
separator: 'p-stepper-separator',
toggleableContent: 'p-stepper-panel-content-container',
content: 'p-stepper-panel-content'