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