ios widget showing what is available at chucks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add ' and update accent color

+3 -2
+1 -1
README.md
··· 1 - # Wasup Chucks 1 + # Wasup Chuck's 2 2 3 3 ios widget showing what is available at chucks 4 4
+2 -1
wasup-chucks/ContentView.swift
··· 63 63 .frame(maxWidth: isRegularWidth ? 900 : .infinity) 64 64 .frame(maxWidth: .infinity) 65 65 } 66 - .navigationTitle("Wasup Chucks") 66 + .navigationTitle("Wasup Chuck's") 67 67 .onReceive(timer) { _ in 68 68 status = ChucksStatus.calculate() 69 69 } ··· 419 419 Text(venue.venue) 420 420 .font(.subheadline.weight(.semibold)) 421 421 } 422 + .tint(.orange) 422 423 .sensoryFeedback(.selection, trigger: isExpanded) 423 424 .padding(16) 424 425 .frame(maxWidth: .infinity, alignment: .leading)