fix: dark mode export PDF leaves margin and notification (#2978)

This commit is contained in:
xiaodong zuo
2023-07-03 20:11:07 +08:00
committed by GitHub
parent bacd00655d
commit 3d0a907b49
4 changed files with 31 additions and 16 deletions
+5 -1
View File
@@ -387,5 +387,9 @@
"Members hint": "Manage members here, invite new member by email.",
"Workspace Settings with name": "{{name}}'s Settings",
"com.affine.settings.workspace": "Workspace",
"com.affine.settings.appearance": "Appearance"
"com.affine.settings.appearance": "Appearance",
"com.affine.export.success.title": "Exported successfully",
"com.affine.export.success.message": "Please open the download folder to check.",
"com.affine.export.error.title": "Export failed due to an unexpected error",
"com.affine.export.error.message": "Please try it again later."
}