Add cursor

This commit is contained in:
Cagatay Civici 2024-05-05 19:20:51 +03:00
parent c0e1093898
commit 5577ff3cb3

View file

@ -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')};