Skip to content

Commit dceec28

Browse files
committed
0.0.2
1 parent 848e20f commit dceec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { MARGIN, SIZE } from './Config';
66
const styles = StyleSheet.create({
77
container: {
88
width: SIZE - MARGIN,
9-
height: 100,
9+
height: 200,
1010
},
1111
});
1212
interface TileProps {

0 commit comments

Comments
 (0)