use gradient on website link

This commit is contained in:
ericholguin
2023-03-25 14:32:04 -06:00
parent 1b60524070
commit e203eece85

View File

@@ -22,6 +22,7 @@ struct WebsiteLink: View {
}, label: {
Text(link_text)
.font(.footnote)
.foregroundStyle(LINEAR_GRADIENT)
})
}
}