diff --git a/shared/theme.ts b/shared/theme.ts index b0abcff43..7f3443dec 100644 --- a/shared/theme.ts +++ b/shared/theme.ts @@ -236,6 +236,7 @@ export const lightMobile = light; export const darkMobile = { ...dark, background: colors.black, + codeBackground: colors.almostBlack, }; export default light;