We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by shial4 November 3, 2023 Please, Add shape support
func haloView() -> some View { #if !SKIP Circle() .foregroundColor(contentColor ?? Color.clear) .frame(width: 8, height: 8) .offset(y: 4) #else EmptyView() #endif }
The text was updated successfully, but these errors were encountered:
In progress...
Sorry, something went wrong.
Implemented in 0.3.11
No branches or pull requests
Discussed in skiptools/skip#35
Originally posted by shial4 November 3, 2023
Please, Add shape support
The text was updated successfully, but these errors were encountered: