1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Linux: Fixes #8297: Fix corrupted sidebar (#8298)

This commit is contained in:
Calum Lind 2023-06-10 14:03:26 +01:00 committed by GitHub
parent 4aaea3fe71
commit bf8e34a0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,9 +100,8 @@ export const StyledExpandLink = styled.a`
`; `;
export const StyledNoteCount = styled.div` export const StyledNoteCount = styled.div`
color: ${(props: any) => props.theme.color2}; color: ${(props: any) => props.theme.colorFaded2};
padding-left: 8px; padding-left: 8px;
opacity: 0.5;
user-select: none; user-select: none;
`; `;