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