check
Code copied to clipboard.
close
menu
menu_open
menu

LkOnColor

Specifies the subset of color tokens that are “on-“ tokens, meaning they either start with “on-“ or are meant to be used for content that appears “on” top of another one.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

declare global {
 type LkOnColor =
   | "onprimary"
   | "onprimarycontainer"
   | "onsecondary"
   | "onsecondarycontainer"
   | "ontertiary"
   | "ontertiarycontainer"
   | "onerror"
   | "onerrorcontainer"
   | "onsuccess"
   | "onsuccesscontainer"
   | "onwarning"
   | "onwarningcontainer"
   | "oninfo"
   | "oninfocontainer"
   | "onbackground"
   | "onsurface"
   | "onsurfacevariant"
   | "inverseonsurface";
}

Related Components

Components that use this type.

No items found.

Related Types

Types with similar roles.