diff --git a/packages/frontend/core/src/modules/explorer/views/sections/migration-favorites/styles.css.ts b/packages/frontend/core/src/modules/explorer/views/sections/migration-favorites/styles.css.ts index 4a72e0b98..4abb02474 100644 --- a/packages/frontend/core/src/modules/explorer/views/sections/migration-favorites/styles.css.ts +++ b/packages/frontend/core/src/modules/explorer/views/sections/migration-favorites/styles.css.ts @@ -1,4 +1,3 @@ -import { cssVar } from '@toeverything/theme'; import { style } from '@vanilla-extract/css'; export const container = style({ @@ -19,6 +18,5 @@ export const container = style({ }); export const descriptionHighlight = style({ - color: cssVar('--affine-warning-color'), - fontWeight: 'normal', + fontWeight: 'bold', }); diff --git a/packages/frontend/i18n/src/resources/en.json b/packages/frontend/i18n/src/resources/en.json index 1544ab413..c28c28991 100644 --- a/packages/frontend/i18n/src/resources/en.json +++ b/packages/frontend/i18n/src/resources/en.json @@ -1141,7 +1141,7 @@ "com.affine.rootAppSidebar.migration-data.clean-all": "Empty the old favorites", "com.affine.rootAppSidebar.migration-data.clean-all.cancel": "Cancel", "com.affine.rootAppSidebar.migration-data.clean-all.confirm": "OK", - "com.affine.rootAppSidebar.migration-data.clean-all.description": "This action deletes the old Favorites section. b>Your documents are safe, ensure you've moved your frequently accessed documents to the new personal Favorites section.", + "com.affine.rootAppSidebar.migration-data.clean-all.description": "This action deletes the old Favorites section. Your documents are safe, ensure you've moved your frequently accessed documents to the new personal Favorites section.", "com.affine.rootAppSidebar.migration-data.help": "The old \"Favorites\" will be replaced", "com.affine.rootAppSidebar.migration-data.help.clean-all": "Empty the old favorites", "com.affine.rootAppSidebar.migration-data.help.confirm": "OK", diff --git a/packages/frontend/i18n/src/resources/zh-Hans.json b/packages/frontend/i18n/src/resources/zh-Hans.json index 1f57de266..558a1007f 100644 --- a/packages/frontend/i18n/src/resources/zh-Hans.json +++ b/packages/frontend/i18n/src/resources/zh-Hans.json @@ -1142,7 +1142,7 @@ "com.affine.rootAppSidebar.migration-data.clean-all": "清空旧收藏夹", "com.affine.rootAppSidebar.migration-data.clean-all.cancel": "取消", "com.affine.rootAppSidebar.migration-data.clean-all.confirm": "好的", - "com.affine.rootAppSidebar.migration-data.clean-all.description": "此操作将删除旧的收藏夹部分。b>您的文档是安全的,请确保您已将经常访问的文档移动到新的个人收藏夹。", + "com.affine.rootAppSidebar.migration-data.clean-all.description": "此操作将删除旧的收藏夹部分。您的文档是安全的,请确保您已将经常访问的文档移动到新的个人收藏夹。", "com.affine.rootAppSidebar.migration-data.help": "“收藏夹”将被改为个人收藏夹", "com.affine.rootAppSidebar.migration-data.help.clean-all": "清空旧收藏夹", "com.affine.rootAppSidebar.migration-data.help.confirm": "好的",