Skip to content

Commit ef1ac97

Browse files
BijinDevhrb-hub
authored andcommitted
[Android] Fix background issue when exporting mail as PDF
close #9984
1 parent 3bddbe9 commit ef1ac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/gui/main-styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2792,7 +2792,7 @@ styles.registerStyle("main", () => {
27922792
},
27932793
'.mail-viewer, [data-testid="collapsed-mail-view"]': {
27942794
color: `${lightTheme.on_surface} !important`,
2795-
"background-color": `${lightTheme.on_surface}`,
2795+
"background-color": `${lightTheme.surface}`,
27962796
},
27972797
"#mail-body": {
27982798
overflow: "visible",

0 commit comments

Comments
 (0)