fix(core): adjust ui styles (#5094)

This commit is contained in:
JimmFly
2023-11-30 12:23:57 +08:00
committed by GitHub
parent 6661e8bd9a
commit 3e662f358d
12 changed files with 56 additions and 33 deletions
@@ -118,6 +118,7 @@ const Placeholder = ({ collection }: { collection: Collection }) => {
alignItems: 'center',
gap: 8,
padding: '12px 24px',
fontSize: 'var(--affine-font-xs)',
}}
>
<div
@@ -128,7 +129,10 @@ const Placeholder = ({ collection }: { collection: Collection }) => {
color: 'var(--affine-text-secondary-color)',
}}
>
<ViewLayersIcon style={{ color: 'var(--affine-icon-color)' }} />
<ViewLayersIcon
style={{ color: 'var(--affine-icon-color)' }}
fontSize={14}
/>
{t['com.affine.collection.allCollections']()}
<div>/</div>
</div>