-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
Labels
No labels