Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change border radius of step Indicator? #127

Open
Teja1826 opened this issue Dec 24, 2021 · 1 comment
Open

how to change border radius of step Indicator? #127

Teja1826 opened this issue Dec 24, 2021 · 1 comment

Comments

@Teja1826
Copy link

No description provided.

@kananimaulik26
Copy link

kananimaulik26 commented May 5, 2022

const customStyles = {
    stepIndicatorSize: 5,
    currentStepIndicatorSize: 22,
    separatorStrokeWidth: 1,
    currentStepStrokeWidth: 3,
    stepStrokeCurrentColor: colors.blueTextColor,
    stepStrokeWidth: 5,
    stepStrokeFinishedColor: colors.blueTextColor,
    stepStrokeUnFinishedColor: '#D2E5F2',
    separatorFinishedColor: colors.blueTextColor,
    separatorUnFinishedColor: '#D2E5F2',
    stepIndicatorFinishedColor: colors.blueTextColor,
    stepIndicatorUnFinishedColor: '#ffffff',
    stepIndicatorCurrentColor: '#ffffff',
    stepIndicatorLabelCurrentColor: colors.blueTextColor,
    stepIndicatorLabelFinishedColor: 'transparent',
    stepIndicatorLabelUnFinishedColor: 'transparent',
    labelColor: '#999999',
    currentStepLabelColor: colors.blueTextColor
}

<StepIndicator
            customStyles={customStyles}
 />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants