We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bff23 commit 87c8febCopy full SHA for 87c8feb
Cryptomator/VaultDetail/ShareVault/ShareVaultView.swift
@@ -88,7 +88,7 @@ struct ShareVaultView: View {
88
.foregroundColor(.secondary) +
89
Text(" ") +
90
Text(docsButtonTitle)
91
- .foregroundColor(.blue)
+ .foregroundColor(.cryptomatorPrimary)
92
.underline() +
93
Text(".")
94
.foregroundColor(.secondary))
@@ -130,3 +130,9 @@ struct ShareVaultView: View {
130
}
131
132
133
+
134
+struct ShareVaultView_Previews: PreviewProvider {
135
+ static var previews: some View {
136
+ ShareVaultView(viewModel: ShareVaultViewModel(type: .normal))
137
+ }
138
+}
0 commit comments