mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore: modify the breadcrumb style
This commit is contained in:
@@ -1,2 +1,8 @@
|
|||||||
import MuiBreadcrumbs from '@mui/material/Breadcrumbs';
|
import MuiBreadcrumbs from '@mui/material/Breadcrumbs';
|
||||||
export { MuiBreadcrumbs };
|
import { styled } from '@/styles';
|
||||||
|
|
||||||
|
export const Breadcrumbs = styled(MuiBreadcrumbs)(({ theme }) => {
|
||||||
|
return {
|
||||||
|
color: theme.colors.popoverColor,
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user