feat: Styles views for macos
This commit is contained in:
@@ -6,6 +6,7 @@ extension View {
|
||||
public func applyFormStyle() -> some View {
|
||||
self
|
||||
.labelsHidden()
|
||||
// .formStyle(.grouped)
|
||||
.textLabelStyle(.boldSecondary)
|
||||
.textFieldStyle(.roundedBorder)
|
||||
#if os(macOS)
|
||||
|
||||
Reference in New Issue
Block a user