fix: Improved styles for diffs, closes #4430
This commit is contained in:
6
app/typings/styled-components.d.ts
vendored
6
app/typings/styled-components.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user