mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
10 lines
166 B
Lua
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
|