Merge branch 'fix/diff-padding'

This commit is contained in:
Mohamed Boudra
2026-02-04 13:36:41 +07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ const styles = StyleSheet.create((theme) => {
color: theme.colors.foreground,
},
headerLine: {
backgroundColor: theme.colors.surface2,
backgroundColor: theme.colors.surface1,
},
headerText: {
color: theme.colors.foregroundMuted,
@@ -139,7 +139,7 @@ const styles = StyleSheet.create((theme) => {
backgroundColor: "rgba(248, 81, 73, 0.35)",
},
contextLine: {
backgroundColor: theme.colors.surface2,
backgroundColor: theme.colors.surface1,
},
contextText: {
color: theme.colors.foregroundMuted,

View File

@@ -413,7 +413,7 @@ const styles = StyleSheet.create((theme) => {
borderWidth: 0,
borderRadius: 0,
overflow: "hidden",
backgroundColor: theme.colors.surface2,
backgroundColor: theme.colors.surface1,
},
codeVerticalScroll: {},
codeVerticalContent: {