---
title: ListItemTint
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/listitemtint
---

# ListItemTint

A tint effect configuration that you can apply to content in a list.

## Declaration

```swift
struct ListItemTint
```

## Overview

Overview Use one of these tint values with the listItemTint(_:) view modifier. The containing list applies the tint in a platform-specific way. On iOS and macOS, sidebars apply the tint color to Label icons, which otherwise use the app’s accent color by default.

## Topics

### Getting list item tint options

- [monochrome](swiftui/listitemtint/monochrome.md)
- [fixed(_:)](swiftui/listitemtint/fixed(_:).md)
- [preferred(_:)](swiftui/listitemtint/preferred(_:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring rows

- [listItemTint(_:)](swiftui/view/listitemtint(_:).md)
