vlad-ignatov/react-numeric-input

Style for button around arrow

Closed this issue · 1 comments

Hi, Vlad.
I try use your component with custom style. How I can change style button (which is tag <b>)
In example your present style for arrow:

 arrowUp: {
	 borderBottomColor: 'rgba(66, 54, 0, 0.63)',
	  background: 'white',
 },

How about button around arrow? Did you provide this possibility?
Did you provide this possibility?

I watched component code
names for my question is:
btnUp
btnDown

p.s. Thanks, nice component