---
title: "ButtonColors"
description: "Represents the colors used to style a button, prefer this to using the modifier."
type: "class"
---

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


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

<div class='sourceset sourceset-android'>Android</div>


```kotlin
public class ButtonColors
internal constructor(
    public val backgroundColor: ColorProvider,
    public val contentColor: ColorProvider,
)
```


Represents the colors used to style a button, prefer this to using the modifier.



