diff --git a/src/components/Colors.tsx b/src/components/Colors.tsx index b460517..da5abdf 100644 --- a/src/components/Colors.tsx +++ b/src/components/Colors.tsx @@ -62,7 +62,7 @@ function generateStyles(scheme: ColorSchemeName) { color: scheme === 'dark' ? '#ffffff4d' : '#0000004d', }, divider: { - backgroundColor: scheme === 'dark' ? '#333' : '#f6f6f6', + backgroundColor: scheme === 'dark' ? '#333' : '#eee', }, }); }