---
title: "LocalTonalElevationEnabled"
description: "Composition Local used to check if [ColorScheme.applyTonalElevation] will be applied down the
tree.

Setting this value to false will cause all subsequent surfaces down the tree to not apply
tonalElevation."
type: "property"
---

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


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

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


```kotlin
val LocalTonalElevationEnabled = staticCompositionLocalOf { true }
```


Composition Local used to check if `ColorScheme.applyTonalElevation` will be applied down the
tree.

Setting this value to false will cause all subsequent surfaces down the tree to not apply
tonalElevation.



