1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-12 02:30:41 +09:00
This commit is contained in:
Andrew Simachev 2024-12-06 12:37:28 +01:00
parent e579b1ebfa
commit fd2e13c818
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -94,6 +94,7 @@ const FontSize = {
80: 64,
96: 64,
108: 64,
128: 72,
};
const DefaultIcons = [ 'page', 'task', 'set', 'chat', 'bookmark', 'type', 'date' ];