Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

Rev 5 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5 Rev 19
Línea 23... Línea 23...
23
                            .aspectRatio(contentMode: .fit)
23
                            .aspectRatio(contentMode: .fit)
24
                            .frame(width: 42, height: 42, alignment: /*@START_MENU_TOKEN@*/.center/*@END_MENU_TOKEN@*/)
24
                            .frame(width: 42, height: 42, alignment: /*@START_MENU_TOKEN@*/.center/*@END_MENU_TOKEN@*/)
Línea 25... Línea 25...
25
                        
25
                        
26
                        Text(Config.LANG_SIGNIN_APP_NAME)
26
                        Text(Config.LANG_SIGNIN_APP_NAME)
-
 
27
                            .font(Font.custom(Config.FONT_NAME_BOLD, size: 24))
Línea 27... Línea 28...
27
                            .font(Font.custom(Config.FONT_NAME_BOLD, size: 24))
28
                            .foregroundColor(Color("color_textview_foreground"))
28
                        
29
                        
29
                        Spacer()
30
                        Spacer()
30
                    }
31
                    }