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
This commit is contained in:
Jaskeerat Singh 2023-10-04 15:20:26 +05:30 committed by GitHub
parent cca5005541
commit 812af0979e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
});
}