ironOS native ios app
2
fork

Configure Feed

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

feat: make touchtarget bigger

dunkirk.sh 677f3e8c e8d6097a

verified
+2 -1
+2 -1
ios/PinecilTime/ContentView.swift
··· 134 134 .rotationEffect(.degrees(isTopBarExpanded ? 180 : 0)) 135 135 } 136 136 .padding(.horizontal, 20) 137 - .padding(.vertical, 12) 137 + .padding(.vertical, 16) 138 + .contentShape(Rectangle()) 138 139 } 139 140 .buttonStyle(.plain) 140 141