@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
12 lines • 376 B
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::b14cc1106ad737bfef0b77e4b645c1df>>
* @codegenCommand yarn build tokens
*/
export default `
html[data-color-mode="light"][data-theme~="light:light"],
html[data-color-mode="dark"][data-theme~="dark:light"] {
color-scheme: light;
--ds-border-input: #8590A2;
}
`;