Skip to content

Instantly share code, notes, and snippets.

@stleamist
Created February 20, 2023 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stleamist/34a9678b897fa6072bcc98d23efc153b to your computer and use it in GitHub Desktop.
Save stleamist/34a9678b897fa6072bcc98d23efc153b to your computer and use it in GitHub Desktop.
import SwiftUI
struct _DisclosureIndicator: View {
var body: some View {
Image(systemName: "chevron.forward")
.imageScale(.small)
.font(.body.weight(.semibold))
.foregroundColor(.primary.opacity(0.25))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment