Files
dify/packages/dify-ui/.storybook/storybook.css
T
yyhGitHubautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
dfcc0f8863 refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-17 08:46:11 +00:00

20 lines
341 B
CSS

@import 'tailwindcss';
@config '../tailwind.config.ts';
@import '../src/styles/styles.css';
html {
color-scheme: light;
}
html[data-theme='dark'] {
color-scheme: dark;
}
body {
background: var(--color-components-panel-bg);
color: var(--color-text-primary, #101828);
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}