Sanity Library Reference Docs
    Preparing search index...

    Interface StudioTheme

    interface StudioTheme {
        avatar?: ThemeAvatar;
        button?: {};
        container?: number[];
        focusRing?: {};
        input?: ThemeInput;
        layer?: ThemeLayer;
        media?: number[];
        radius?: number[];
        shadows?: ThemeShadow[];
        space?: number[];
        styles?: ThemeStyles;
    }

    Hierarchy

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

    Properties

    avatar?: ThemeAvatar

    this theme property is not configurable within the studio

    button?: {}

    this theme property is not configurable within the studio

    container?: number[]

    this theme property is not configurable within the studio

    focusRing?: {}

    this theme property is not configurable within the studio

    input?: ThemeInput

    this theme property is not configurable within the studio

    layer?: ThemeLayer

    this theme property is not configurable within the studio

    media?: number[]

    this theme property is not configurable within the studio

    radius?: number[]

    this theme property is not configurable within the studio

    shadows?: ThemeShadow[]

    this theme property is not configurable within the studio

    space?: number[]

    this theme property is not configurable within the studio

    styles?: ThemeStyles

    this theme property is not configurable within the studio