Sanity Library Reference Docs
    Preparing search index...

    Interface StudioTheme

    – Will be removed in upcoming major version

    interface StudioTheme {
        avatar?: RootTheme;
        button?: RootTheme;
        color?: RootTheme;
        container?: RootTheme;
        focusRing?: RootTheme;
        fonts?: RootTheme;
        input?: RootTheme;
        layer?: RootTheme;
        media?: RootTheme;
        radius?: RootTheme;
        shadows?: RootTheme;
        space?: RootTheme;
        styles?: RootTheme;
        [key: string]: RootTheme;
        [key: number]: RootTheme;
        [key: symbol]: RootTheme;
    }

    Hierarchy

    • Omit<
          DraftId,
          | "avatar"
          | "button"
          | "container"
          | "focusRing"
          | "input"
          | "layer"
          | "media"
          | "radius"
          | "shadows"
          | "space"
          | "styles"
          | "color"
          | "fonts",
      >
      • StudioTheme

    Indexable

    • [key: string]: RootTheme
    • [key: number]: RootTheme
    • [key: symbol]: RootTheme
    Index

    Properties

    avatar?: RootTheme

    this theme property is not configurable within the studio

    button?: RootTheme

    this theme property is not configurable within the studio

    color?: RootTheme
    container?: RootTheme

    this theme property is not configurable within the studio

    focusRing?: RootTheme

    this theme property is not configurable within the studio

    fonts?: RootTheme
    input?: RootTheme

    this theme property is not configurable within the studio

    layer?: RootTheme

    this theme property is not configurable within the studio

    media?: RootTheme

    this theme property is not configurable within the studio

    radius?: RootTheme

    this theme property is not configurable within the studio

    shadows?: RootTheme

    this theme property is not configurable within the studio

    space?: RootTheme

    this theme property is not configurable within the studio

    styles?: RootTheme

    this theme property is not configurable within the studio