feat: improve copilot (#2758)

This commit is contained in:
Himself65
2023-06-13 10:29:04 +08:00
committed by GitHub
parent 5ba2dff008
commit ace3c37fcc
20 changed files with 413 additions and 79 deletions
@@ -1,5 +1,6 @@
import { globalStyle } from '@vanilla-extract/css';
import { style } from '@vanilla-extract/css';
globalStyle('.mosaic.mosaic-blueprint-theme', {
backgroundColor: 'var(--background-color)',
export const pluginContainer = style({
height: '100%',
width: '100%',
});