mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: adjust side bar empty item color (#5422)
This commit is contained in:
@@ -141,7 +141,7 @@ export const emptyCollectionIconWrapper = style({
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
borderRadius: '50%',
|
||||
backgroundColor: 'var(--affine-background-secondary-color)',
|
||||
backgroundColor: 'var(--affine-hover-color)',
|
||||
});
|
||||
|
||||
export const emptyCollectionIcon = style({
|
||||
@@ -152,7 +152,7 @@ export const emptyCollectionIcon = style({
|
||||
export const emptyCollectionMessage = style({
|
||||
fontSize: 'var(--affine-font-sm)',
|
||||
textAlign: 'center',
|
||||
color: 'var(--affine-text-secondary-color)',
|
||||
color: 'var(--affine-black-30)',
|
||||
});
|
||||
|
||||
export const emptyCollectionNewButton = style({
|
||||
|
||||
@@ -159,7 +159,7 @@ export const emptyFavouritesIconWrapper = style({
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
borderRadius: '50%',
|
||||
backgroundColor: 'var(--affine-background-secondary-color)',
|
||||
backgroundColor: 'var(--affine-hover-color)',
|
||||
});
|
||||
|
||||
export const emptyFavouritesIcon = style({
|
||||
@@ -170,5 +170,5 @@ export const emptyFavouritesIcon = style({
|
||||
export const emptyFavouritesMessage = style({
|
||||
fontSize: 'var(--affine-font-sm)',
|
||||
textAlign: 'center',
|
||||
color: 'var(--affine-text-secondary-color)',
|
||||
color: 'var(--affine-black-30)',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user