Add cursor
parent
c0e1093898
commit
5577ff3cb3
|
@ -11,6 +11,7 @@ const theme = ({ dt }) => `
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 0 0 auto;
|
||||
curspor: pointer;
|
||||
background: ${dt('inputnumber.button.background')};
|
||||
color: ${dt('inputnumber.button.color')};
|
||||
width: ${dt('inputnumber.button.width')};
|
||||
|
|
Loading…
Reference in New Issue