chore: adjust header, card padding ui

This commit is contained in:
appflowy
2022-08-25 09:46:26 +08:00
parent 8a8791b880
commit 50e772edff
9 changed files with 100 additions and 33 deletions

View File

@ -319,7 +319,7 @@ async fn group_move_group_test() {
#[tokio::test]
async fn group_update_field_test() {
let mut test = GridGroupTest::new().await;
let mut group = test.group_at_index(0).await;
let group = test.group_at_index(0).await;
let changeset = FieldChangesetParams {
field_id: group.field_id.clone(),
grid_id: test.grid_id.clone(),