mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: add padding to number format list
This commit is contained in:
parent
988e8db798
commit
33b72c8f6a
@ -116,6 +116,7 @@ class NumberFormatList extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const _FilterTextField(),
|
||||
const VSpace(10),
|
||||
BlocBuilder<NumberFormatBloc, NumberFormatState>(
|
||||
builder: (context, state) {
|
||||
final cells = state.formats.map((format) {
|
||||
|
Loading…
Reference in New Issue
Block a user