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