From 5577ff3cb3ab06ea0683a9f4dbef17bac2f6d13a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sun, 5 May 2024 19:20:51 +0300 Subject: [PATCH] Add cursor --- components/lib/inputnumber/style/InputNumberStyle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/inputnumber/style/InputNumberStyle.js b/components/lib/inputnumber/style/InputNumberStyle.js index d1d56c723..df3aaa705 100644 --- a/components/lib/inputnumber/style/InputNumberStyle.js +++ b/components/lib/inputnumber/style/InputNumberStyle.js @@ -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')};