Browse Source

Fix: Missing WhiteSpace b/w Primary Field Text and Row Icon (#3602)

* Update link to OS Specific Development

* fix: Missing white space b/w primary field text & row's icon

* fix: Updated emoji padding
Jaskeerat Singh 1 year ago
parent
commit
812af0979e

+ 1 - 1
frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/text_cell/text_cell.dart

@@ -24,7 +24,7 @@ class GridTextCellStyle extends GridCellStyle {
     this.autofocus = false,
     this.showEmoji = true,
     this.emojiFontSize = 16,
-    this.emojiHPadding = 0,
+    this.emojiHPadding = 4,
     this.useRoundedBorder = false,
   });
 }