feat: modify pivot style & add operation menu to pivot item (#1726)

This commit is contained in:
Qi
2023-03-28 18:16:47 +08:00
committed by GitHub
parent 99be6183e6
commit 751ad9716f
22 changed files with 374 additions and 122 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { CssBaseline } from '@mui/material';
import {
alpha,
createTheme as createMuiTheme,
css,
keyframes,
@@ -11,7 +12,7 @@ import { useMemo } from 'react';
import type { AffineTheme } from './types';
export { css, keyframes, styled };
export { alpha, css, keyframes, styled };
export const ThemeProvider = ({
theme,