1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/resources/styles.lua
2020-10-04 21:13:09 +01:00

10 lines
166 B
Lua

local Public = {}
function Public.default_close(style)
style.height = 28
style.font = 'default-semibold'
style.font_color = {0, 0, 0}
end
return Public