mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: Button hover color
This commit is contained in:
@@ -48,11 +48,11 @@ class Switch:
|
||||
self,
|
||||
label_on='ON',
|
||||
label_off='Turn on',
|
||||
onclick_on=lambda: toast('You just turn it on'),
|
||||
onclick_off=lambda: toast('off'),
|
||||
onclick_on=lambda: toast('You just turn it off'),
|
||||
onclick_off=lambda: toast('Its on now'),
|
||||
get_status=lambda: 1,
|
||||
color_on='success',
|
||||
color_off='danger',
|
||||
color_off='secondary',
|
||||
scope='scope_btn'
|
||||
):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user