mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
parent
cca5005541
commit
812af0979e
@ -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,
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user