<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TintShapeStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI14TintShapeStyleV"
  },
  "title" : "TintShapeStyle"
}
-->

# TintShapeStyle

A style that reflects the current tint color.

```
struct TintShapeStyle
```

## Overview

You can set the tint color with the [`tint(_:)`](/documentation/SwiftUI/View/tint(_:)) modifier. If no
explicit tint is set, the tint is derived from the app’s accent color.

You can also use [`tint`](/documentation/SwiftUI/ShapeStyle/tint) to construct this style.

## Topics

### Creating a tint shape style

[`init()`](/documentation/SwiftUI/TintShapeStyle/init())

Creates a tint shape style.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`ShapeStyle`](/documentation/SwiftUI/ShapeStyle)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)