mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-12 02:30:41 +09:00
fixes
This commit is contained in:
parent
e579b1ebfa
commit
fd2e13c818
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ const BlockIconUser = observer(forwardRef<BlockIconUserRefProps, I.BlockComponen
|
|||
canEdit={!readonly}
|
||||
onSelect={onSelect}
|
||||
onUpload={onUpload}
|
||||
size={128}
|
||||
iconSize={128}
|
||||
menuParam={{
|
||||
horizontal: I.MenuDirection.Center,
|
||||
|
|
|
@ -94,6 +94,7 @@ const FontSize = {
|
|||
80: 64,
|
||||
96: 64,
|
||||
108: 64,
|
||||
128: 72,
|
||||
};
|
||||
|
||||
const DefaultIcons = [ 'page', 'task', 'set', 'chat', 'bookmark', 'type', 'date' ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue