Skip to content

Commit

Permalink
change selected item background value
Browse files Browse the repository at this point in the history
  • Loading branch information
AnubisNekhet committed Apr 5, 2023
1 parent 30b8949 commit 9d70783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Workspace/general-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
}
/*-Suggestion selected item bg fix-*/
.suggestion-item.is-selected {
background-color: var(--background-secondary);
background-color: rgba(var(--ctp-text), 0.075);
}

0 comments on commit 9d70783

Please sign in to comment.