Skip to content

Commit be69c41

Browse files
authored
Fix highlighted text not showing up (#51)
* update pnpm versions in workflow * update lock file * fix highlighted text color
1 parent 34eaa73 commit be69c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/src/editor/theme.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ export const baseTheme = EditorView.theme({
88
backgroundColor: 'var(--primary-color) !important',
99
},
1010
'.cm-activeLine': {
11-
backgroundColor: 'var(--secondary-color) !important',
11+
backgroundColor: 'rgba(var(--secondary-color-triplet), .5) !important',
1212
},
1313
'.cm-selectionBackground': {
14-
backgroundColor: '#292929 !important',
14+
backgroundColor: '#323232 !important',
1515
},
1616
})
1717

0 commit comments

Comments
 (0)