fix: default inset of the cells

This commit is contained in:
Nikita Semenov 2022-08-03 21:49:17 +03:00
parent b6321d3b19
commit 7c479ff428
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public struct DefaultFilterPropertyValue: FilterPropertyValueRepresenter,
selectedColor: .green,
selectedBgColor: .white,
deselectedBgColor: .lightGray,
insets: .init(top: .zero, left: 8, bottom: .zero, right: 8),
insets: .init(top: 4, left: 8, bottom: 4, right: 8),
isSelected: isSelected)
}
}