PLain button style on the share extension note entry

This commit is contained in:
Jackson Harper
2023-12-22 17:41:32 +08:00
parent dc60a96a53
commit f7105c1350

View File

@ -124,6 +124,7 @@ public struct ShareExtensionView: View {
Spacer()
}
})
.buttonStyle(.plain)
.foregroundColor(hasNoteText ?
Color.appGrayTextContrast : Color.extensionTextSubtle
)