fix: Improved styles for diffs, closes #4430

This commit is contained in:
Tom Moor
2022-11-20 14:09:11 -05:00
parent 6e36ffb706
commit 088ef81133
3 changed files with 22 additions and 14 deletions

View File

@@ -115,8 +115,10 @@ declare module "styled-components" {
cursor: string;
textSecondary: string;
textTertiary: string;
textDeleted: string;
textDeletedBackground: string;
textDiffInserted: string;
textDiffInsertedBackground: string;
textDiffDeleted: string;
textDiffDeletedBackground: string;
placeholder: string;
sidebarBackground: string;
sidebarActiveBackground: string;