Puck AI beta
Read docs
API ReferenceThemingHeader

Header

Use the following CSS properties for theming the editor header.

.Container {
  --puck-header-color-bg: #1e293b;
  --puck-header-color-text: #f8fafc;
}

CSS properties

Defaults shown as var(--puck-...) reference global tokens. See computed values for the values they resolve to.

TokenDefaultDescription
--puck-header-color-bgvar(--puck-color-surface)Background color
--puck-header-color-textvar(--puck-color-text)Text color