sxoinas12 5 سال پیش
والد
کامیت
606e7f52e4
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      Systems/Environment.js

+ 8 - 8
Systems/Environment.js

@@ -105,15 +105,14 @@ export default class Environment extends BaseSystem {
 	          	</div>
 	          </View>
           	<View style={[styles.row,styles.button]}>
-	          	<Button 
-              color="#D2691E"
-              onPress={() => this.addRow()}
-              title={
+	          	<View style={{width:150,height:38,background: "#F9F9F9",borderRadius:8,alignItems:'center',justifyContent:'center',marginTop:10 }}>
+             
                 <Icon  name='add'
-                  color="#606060"
-                  containerStyle={{height:10}}
-                />}
-              />
+                  color="#FFFFFF"
+                  containerStyle={{height:27,width:30,background:'#36BBAD',borderRadius:22}}
+                   onPress={() => this.addRow()}
+                />
+              </View>
           	</View>
 		</View>
 	}
@@ -143,6 +142,7 @@ const styles = StyleSheet.create({
     flex:1,
     justifyContent:'center',
 
+
   },
   rowHolders: {
     padding:4