refactor(editor): basic styles of font and panel (#11290)

* Updated `border-radius` of panel to `8px`.  [BS-2901](https://linear.app/affine-design/issue/BS-2901/meta-info-ui-issue) [BS-2810](https://linear.app/affine-design/issue/BS-2810/toolbarpicker-圆角更新为-8px)
* Refactored basic styles of font and panel.

<img width="549" alt="Screenshot 2025-03-31 at 12 56 36" src="https://github.com/user-attachments/assets/4a827e1e-f802-4251-a563-4a34b891a5e3" />
This commit is contained in:
fundon
2025-04-01 01:35:59 +00:00
parent b099deb6df
commit eac8f32f4c
13 changed files with 84 additions and 73 deletions

View File

@@ -128,7 +128,7 @@ test.describe('basic functions', () => {
await expect(colorPickerPanel).toBeVisible();
await colorPickerPanel.click({ position: { x: 0, y: 0 } });
await colorPickerPanel.click({ position: { x: 10, y: 10 } });
await expect(colorPickerPanel).toBeVisible();
await page.mouse.click(0, 0);