feat: spacing tokens, actionable failure copy, unified focus ring, 44px touch targets, press feedback
This commit is contained in:
@@ -78,8 +78,8 @@ test('Upcoming shares the task-list hierarchy while keeping its date scope and n
|
||||
expect(geometry.section.left).toBeCloseTo(geometry.list.left, 0)
|
||||
expect(geometry.header.width).toBeCloseTo(geometry.list.width, 0)
|
||||
if (geometry.viewportWidth <= 720) {
|
||||
expect(geometry.header.left).toBeCloseTo(29, 0)
|
||||
expect(geometry.list.right).toBeCloseTo(geometry.viewportWidth - 29, 0)
|
||||
expect(geometry.header.left).toBeCloseTo(28, 0)
|
||||
expect(geometry.list.right).toBeCloseTo(geometry.viewportWidth - 28, 0)
|
||||
}
|
||||
|
||||
const fab = page.getByRole('button', { name: '添加任务' })
|
||||
|
||||
Reference in New Issue
Block a user