tidy(ui): import reactflow css in main theme provider

This commit is contained in:
psychedelicious
2025-01-26 11:31:50 +11:00
parent f0563d41db
commit 4f85bf078a
4 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import '@fontsource-variable/inter';
import 'overlayscrollbars/overlayscrollbars.css';
import '@xyflow/react/dist/base.css';
import { ChakraProvider, DarkMode, extendTheme, theme as _theme, TOAST_OPTIONS } from '@invoke-ai/ui-library';
import type { ReactNode } from 'react';