Skip to content

Commit 1606dfd

Browse files
committed
实心按钮文本颜色更暗
1 parent fb98ad6 commit 1606dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ function Widgets.button_fill:draw()
363363
alignDraw(self,self._image)
364364
end
365365
if self._text then
366-
gc_setColor(r*.5,g*.5,b*.5)
366+
gc_setColor(r*.26,g*.26,b*.26)
367367
alignDraw(self,self._text)
368368
end
369369
gc_pop()

0 commit comments

Comments
 (0)