fix: theme color (#2124)

This commit is contained in:
JimmFly
2023-04-26 00:37:22 +08:00
committed by GitHub
parent a807647639
commit 1c41731b4e
5 changed files with 38 additions and 38 deletions

View File

@@ -91,7 +91,7 @@ export const changeLogSlideOutStyle = style({
export const linkStyle = style({
flexGrow: 1,
textAlign: 'left',
color: 'inherit',
color: 'var(--affine-text-emphasis-color)',
display: 'flex',
flexDirection: 'row',
justifyContent: 'flex-start',