Fluent Theme - Steps Component

Is the current step title supposed to highlighted in the Steps component for Fluent Theme?

1 Like

Yes, It should use the theme's primary color. You can use the css below until the fix arrives with the next release.

.rz-steps {
    --rz-steps-number-selected-background: var(--rz-primary);
    --rz-steps-title-selected-color: var(--rz-primary);
}
1 Like

Hi @Motostylus,

This should be fixed with the latest release.

1 Like