Skip to content

Commit fc25202

Browse files
committed
fix(snippets): color text for ghost for multiple dragged snippets
1 parent ec2c1eb commit fc25202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/components/snippets/SnippetListItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const onDragStart = (e: DragEvent) => {
225225
padding: '2px 10px',
226226
backgroundColor: 'var(--color-bg)',
227227
borderRadius: '3px',
228-
color: 'var(--color-contrast-higher)',
228+
color: 'var(--color-text)',
229229
display: 'flex',
230230
alignItems: 'center',
231231
justifyContent: 'center',

0 commit comments

Comments
 (0)