🐛 fix custom feedback highlights

This commit is contained in:
2026-02-27 22:23:48 +10:00
parent 1116134e84
commit 02c5a09538

View File

@@ -348,6 +348,11 @@ function buildTheme(fontSize: number, dark: boolean): ReturnType<typeof EditorVi
backgroundColor: 'rgba(160, 80, 220, 0.18)',
borderBottom: '2px solid rgba(160, 80, 220, 0.7)',
borderRadius: '2px'
},
'.annotation-custom': {
backgroundColor: 'rgba(30, 200, 150, 0.15)',
borderBottom: '2px solid rgba(30, 200, 150, 0.7)',
borderRadius: '2px'
}
},
{ dark }