1- import { ViewStyle , ImageStyle , TextStyle , StyleSheet } from " react-native" ;
1+ import { ViewStyle , ImageStyle , TextStyle , StyleSheet } from ' react-native' ;
22
33interface Style {
44 textInputStyle : TextStyle ;
@@ -17,12 +17,12 @@ export const _container = (
1717 padding : horizontal ? 0 : 9 ,
1818 minHeight : horizontal ? 45 : 140 ,
1919 maxWidth : horizontal ? undefined : 70 ,
20- flexDirection : horizontal ? " row" : " column" ,
21- alignItems : " center" ,
22- justifyContent : " space-evenly" ,
20+ flexDirection : horizontal ? ' row' : ' column' ,
21+ alignItems : ' center' ,
22+ justifyContent : ' space-evenly' ,
2323 shadowRadius : 8 ,
2424 shadowOpacity : 0.2 ,
25- shadowColor : " #000" ,
25+ shadowColor : ' #000' ,
2626 elevation : 2 ,
2727 shadowOffset : {
2828 width : 0 ,
@@ -37,12 +37,12 @@ export const _increaseButtonStyle = (
3737 width : 40 ,
3838 height : 40 ,
3939 borderRadius : 16 ,
40- alignItems : " center" ,
41- justifyContent : " center" ,
42- backgroundColor : isPressed ? increaseButtonBackgroundColor : " transparent" ,
40+ alignItems : ' center' ,
41+ justifyContent : ' center' ,
42+ backgroundColor : isPressed ? increaseButtonBackgroundColor : ' transparent' ,
4343 shadowOpacity : isPressed ? 0.1 : 0 ,
4444 shadowRadius : 3 ,
45- shadowColor : " #000" ,
45+ shadowColor : ' #000' ,
4646 shadowOffset : {
4747 width : 0 ,
4848 height : 3 ,
@@ -56,12 +56,12 @@ export const _decreaseButtonStyle = (
5656 width : 40 ,
5757 height : 40 ,
5858 borderRadius : 16 ,
59- alignItems : " center" ,
60- justifyContent : " center" ,
61- backgroundColor : isPressed ? " transparent" : decreaseButtonBackgroundColor ,
59+ alignItems : ' center' ,
60+ justifyContent : ' center' ,
61+ backgroundColor : isPressed ? ' transparent' : decreaseButtonBackgroundColor ,
6262 shadowOpacity : isPressed ? 0 : 0.1 ,
6363 shadowRadius : 3 ,
64- shadowColor : " #000" ,
64+ shadowColor : ' #000' ,
6565 shadowOffset : {
6666 width : 0 ,
6767 height : 3 ,
@@ -75,9 +75,9 @@ export default StyleSheet.create<Style>({
7575 fontSize : 24 ,
7676 marginTop : 12 ,
7777 marginBottom : 8 ,
78- alignSelf : " center" ,
79- fontWeight : " bold" ,
80- textAlign : " center" ,
78+ alignSelf : ' center' ,
79+ fontWeight : ' bold' ,
80+ textAlign : ' center' ,
8181 } ,
8282 buttonImageStyle : {
8383 width : 15 ,
0 commit comments