fix: attempt to call field 'assertightness'

dev-remaster
Pocco81 3 years ago
parent 92292d0e7d
commit a6de64e256

@ -10,7 +10,7 @@ local function get_properties()
background = "dark",
}
if colors_util.assertightness(color_palette.bg) then
if colors_util.assert_brightness(color_palette.bg) then
props["background"] = "light"
end

Loading…
Cancel
Save