---
title: "LocalAutofillHighlightBrush"
description: "CompositionLocal used to change the highlight [Brush] used for autofilled components."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val LocalAutofillHighlightBrush =
compositionLocalOf<Brush> {
    SolidColor(autofillHighlightColor())
}
```


CompositionLocal used to change the highlight `Brush` used for autofilled components.



