fix custom button hover color
This commit is contained in:
parent
3fa0c82fd8
commit
e8cf1895b9
2
init.lua
2
init.lua
|
@ -498,7 +498,7 @@ local function new(config)
|
|||
b.button_size = cfg["button_" .. btn .. "_size"] or button_size
|
||||
b.color_focus = cfg["color_" .. btn .. "_focus"] or "#ff00ff"
|
||||
b.color_normal = cfg["color_" .. btn .. "_normal"] or "#ff00ff"
|
||||
b.color_hover = cfg["color_" .. btn .. "_normal"] or "#ff1aff"
|
||||
b.color_hover = cfg["color_" .. btn .. "_hover"] or "#ff1aff"
|
||||
b.action = cfg["button_" .. btn .. "_function"] or nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue