mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
Merge pull request #739 from toeverything/feat/datacenter-published-search
feat: add nav bar to the public page
This commit is contained in:
8
packages/app/src/ui/breadcrumbs/index.ts
Normal file
8
packages/app/src/ui/breadcrumbs/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import MuiBreadcrumbs from '@mui/material/Breadcrumbs';
|
||||
import { styled } from '@/styles';
|
||||
|
||||
export const Breadcrumbs = styled(MuiBreadcrumbs)(({ theme }) => {
|
||||
return {
|
||||
color: theme.colors.popoverColor,
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user