Skip to content

Commit

Permalink
Fix highlighted text not showing up (#51)
Browse files Browse the repository at this point in the history
* update pnpm versions in workflow

* update lock file

* fix highlighted text color
  • Loading branch information
MatsDK authored Sep 22, 2023
1 parent 34eaa73 commit be69c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/editor/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export const baseTheme = EditorView.theme({
backgroundColor: 'var(--primary-color) !important',
},
'.cm-activeLine': {
backgroundColor: 'var(--secondary-color) !important',
backgroundColor: 'rgba(var(--secondary-color-triplet), .5) !important',
},
'.cm-selectionBackground': {
backgroundColor: '#292929 !important',
backgroundColor: '#323232 !important',
},
})

Expand Down

0 comments on commit be69c41

Please sign in to comment.