import SwiftUI struct FullWidthDivider: View { var body: some View { Rectangle() .fill(AppTheme.border) .frame(height: 1) } }