mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
fix(core): change journal header week-date-picker's max-width (#5688)
Fix [TOV-444](https://linear.app/affine-design/issue/TOV-444/修改-journal-date-picker-max-width)
This commit is contained in:
@@ -13,7 +13,7 @@ export interface JournalWeekDatePickerProps {
|
||||
page: Page;
|
||||
}
|
||||
|
||||
const weekStyle = { maxWidth: 548, width: '100%' };
|
||||
const weekStyle = { maxWidth: 800, width: '100%' };
|
||||
export const JournalWeekDatePicker = ({
|
||||
workspace,
|
||||
page,
|
||||
|
||||
Reference in New Issue
Block a user