Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 23 | Rev 25 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 23 Rev 24
Línea 25... Línea 25...
25
                
25
                
26
                VStack(spacing: 0)
26
                VStack(spacing: 0)
27
                {
27
                {
28
                    HStack {
28
                    HStack {
29
                        Text(notification.title)
29
                        Text(notification.title)
30
                            .font(Font.custom(Config.FONT_NAME_BOLD, size: 14))
30
                            .font(Font.custom(Config.FONT_NAME_BOLD, size: 16))
Línea 31... Línea 31...
31
                            .foregroundColor(Color("color_capsule_list_item_title_foreground"))
31
                            .foregroundColor(Color("color_capsule_list_item_title_foreground"))
Línea 64... Línea 64...
64
                            .padding(.trailing, 10)
64
                            .padding(.trailing, 10)
Línea 65... Línea 65...
65
                        
65
                        
66
                       
66