---
title: tint
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/shapestyle/tint
---

# tint

A style that reflects the current tint color.

## Declaration

```swift
static var tint: TintShapeStyle { get }
```

## Discussion

Discussion You can set the tint color with the tint(_:) modifier. If no explicit tint is set, the tint is derived from the app’s accent color.

## See Also

### Semantic styles

- [foreground](swiftui/shapestyle/foreground.md)
- [background](swiftui/shapestyle/background.md)
- [selection](swiftui/shapestyle/selection.md)
- [separator](swiftui/shapestyle/separator.md)
- [placeholder](swiftui/shapestyle/placeholder.md)
- [link](swiftui/shapestyle/link.md)
- [fill](swiftui/shapestyle/fill.md)
- [windowBackground](swiftui/shapestyle/windowbackground.md)
