Skip to content

Commit 12feb9c

Browse files
author
Marco Cesarato
committed
chore: change arrows chars
1 parent 658d357 commit 12feb9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/InputSpinner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ class InputSpinner extends Component {
10701070
} else {
10711071
const text =
10721072
this.props.arrows !== false
1073-
? "<"
1073+
? ""
10741074
: this.props.buttonLeftText
10751075
? this.props.buttonLeftText
10761076
: "-";
@@ -1094,7 +1094,7 @@ class InputSpinner extends Component {
10941094
} else {
10951095
const text =
10961096
this.props.arrows !== false
1097-
? ">"
1097+
? ""
10981098
: this.props.buttonRightText
10991099
? this.props.buttonRightText
11001100
: "+";

0 commit comments

Comments
 (0)