Skip to content

Commit 2059c24

Browse files
authored
fix variables.light.diffViewerColor typo
1 parent 9ac4ba9 commit 2059c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default (
8888
light: {
8989
...{
9090
diffViewerBackground: '#fff',
91-
diffViewerColor: '212529',
91+
diffViewerColor: '#212529',
9292
addedBackground: '#e6ffed',
9393
addedColor: '#24292e',
9494
removedBackground: '#ffeef0',

0 commit comments

Comments
 (0)