mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Optimize selector performance for selection
This commit is contained in:
@@ -8,7 +8,7 @@ const blocksTextStyleSx = {
|
||||
lineHeight: lineHeightChatTextMd,
|
||||
|
||||
// customize the text selection color (also in edit mode)
|
||||
'& *::selection': {
|
||||
'&::selection': {
|
||||
// backgroundColor: '#fc70c3',
|
||||
backgroundColor: 'var(--joy-palette-primary-solidBg)',
|
||||
color: 'var(--joy-palette-primary-solidColor)',
|
||||
|
||||
Reference in New Issue
Block a user