mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
chore(editor): update icon color of link doc card (#10943)
Close [BS-2679](https://linear.app/affine-design/issue/BS-2679/card-view-icon-color-incorrect)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import { unsafeCSSVarV2 } from '@blocksuite/affine-shared/theme';
|
||||||
import { css, html } from 'lit';
|
import { css, html } from 'lit';
|
||||||
|
|
||||||
import { embedNoteContentStyles } from '../common/embed-note-content-styles.js';
|
import { embedNoteContentStyles } from '../common/embed-note-content-styles.js';
|
||||||
@@ -45,6 +46,7 @@ export const styles = css`
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
color: ${unsafeCSSVarV2('icon/primary')};
|
||||||
}
|
}
|
||||||
.affine-embed-linked-doc-content-title-icon img,
|
.affine-embed-linked-doc-content-title-icon img,
|
||||||
.affine-embed-linked-doc-content-title-icon object,
|
.affine-embed-linked-doc-content-title-icon object,
|
||||||
|
|||||||
Reference in New Issue
Block a user