Skip to content

Commit ef0b322

Browse files
committed
fix: default font size
Ref: #45
1 parent ead22b9 commit ef0b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputSpinner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
View,
88
} from "react-native";
99
import PropTypes from "prop-types";
10-
import {defaultColor, defaultTransparent, Style} from "./Style";
10+
import {defaultColor, defaultTransparent, defaultFont, Style} from "./Style";
1111
import {
1212
colorsToHex,
1313
debounce,

0 commit comments

Comments
 (0)