> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ZIndexTokens

```ts theme={null}
type ZIndexTokens = SemanticZIndex & ComponentZIndex;
```

Defines all the z-index values in the theme.

To change the z-index scale, override the [SemanticZIndex](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/SemanticZIndex) values, and component values
will inherit from them. For more granular control, individual [ComponentZIndex](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/ComponentZIndex) can be overridden.

## See

[zIndex](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Variables/zIndex) for the default token values
