mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
refactor: unify theme (#1303)
This commit is contained in:
@@ -22,7 +22,7 @@ export const StyledArrow = styled(ArrowRightSmallIcon)({
|
||||
margin: 'auto',
|
||||
});
|
||||
|
||||
export const StyledMenuItem = styled.button<{
|
||||
export const StyledMenuItem = styled('button')<{
|
||||
isDir?: boolean;
|
||||
}>(({ theme, isDir = false }) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user