We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97aa2c0 commit 56d8da3Copy full SHA for 56d8da3
src/CodeField.styles.tsx
@@ -9,7 +9,7 @@ export const styles = StyleSheet.create({
9
// <TextInput/> will be rendered above Cells
10
...StyleSheet.absoluteFillObject,
11
// Hide <TextInput/> to simulate that user will press into a cell
12
- opacity: 0.01,
+ opacity: 0.015,
13
// Each user press into <TextInput/> should always set the cursor on the end of a text value
14
fontSize: 1,
15
...Platform.select({
0 commit comments