Skip to content

Color can't change #9

@shemeermali

Description

@shemeermali

I tried to change the color of the component, but not working.

                     <Spinner max={10}
                        min={2}
                        default={5}
                        onNumChange={(num) => { console.log(num) }}
                        color="#3295F0"
                        numColor="#3295F0"
                      />



                      <Spinner max={10}
                        min={2}
                        default={5}
                        onNumChange={(num) => { console.log(num) }}
                        color='rgba(50, 149, 240,1)'
                        numColor='rgba(71, 107, 107,1)'
                      />

                    <Spinner max={10}
                        min={2}
                        default={5}
                        onNumChange={(num) => { console.log(num) }}
                        color='#ed3d3d'
                        numColor='#ed3d3d'
                      />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions