* Update link to OS Specific Development * fix: Missing white space b/w primary field text & row's icon * fix: Updated emoji padding
@@ -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,
});
}