mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 18:16:15 +08:00
refactor: delete page style (#4347)
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
@@ -60,7 +60,12 @@ export const HeaderItem = ({
|
||||
}}
|
||||
>
|
||||
<IconButton
|
||||
size="large"
|
||||
ref={setContainer}
|
||||
style={{
|
||||
width: '32px',
|
||||
fontSize: '24px',
|
||||
}}
|
||||
onClick={useCallback(() => {
|
||||
if (!open) {
|
||||
setOpen(true);
|
||||
|
||||
Reference in New Issue
Block a user