mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
feat: move theme switch and language switch to editor option menu (#2025)
Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
@@ -167,3 +167,16 @@ export const StyledQuickSearchTipContent = styled('div')(() => {
|
||||
flexDirection: 'column',
|
||||
};
|
||||
});
|
||||
|
||||
export const StyledHorizontalDivider = styled('div')(() => {
|
||||
return {
|
||||
width: '100%',
|
||||
borderTop: `1px solid var(--affine-border-color)`,
|
||||
};
|
||||
});
|
||||
export const StyledHorizontalDividerContainer = styled('div')(() => {
|
||||
return {
|
||||
width: '100%',
|
||||
padding: '14px',
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user