mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Merge branch 'fix/diff-padding'
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user