mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 02:26:21 +08:00
feat: modify pivot style & add operation menu to pivot item (#1726)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user