fix(icons): add some whitespace to the boolean icon (#4163)

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
This commit is contained in:
Christian Chiarulli 2023-05-15 13:00:59 -04:00 committed by GitHub
parent e32872a057
commit af2db622d7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ M.config = function()
options = {
icons = {
Array = icons.Array .. " ",
Boolean = icons.Boolean,
Boolean = icons.Boolean .. " ",
Class = icons.Class .. " ",
Color = icons.Color .. " ",
Constant = icons.Constant .. " ",