<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/listItemTint(_:)-12mbh",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewPAAE12listItemTintyQrAA04ListeF0VSgF"
  },
  "title" : "listItemTint(_:)"
}
-->

# listItemTint(_:)

Sets the tint effect for content in a list.

```
nonisolated func listItemTint(_ tint: ListItemTint?) -> some View
```

## Parameters

`tint`

The tint effect to use. Use `nil` to avoid
overriding the inherited tint.

## Discussion

The containing list’s style applies the tint as appropriate. For
example, watchOS uses the tint color for its background platter
appearance. Sidebars on iOS and macOS apply the tint color to their
`Label` icons, which otherwise use the accent color by default.

---

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)