mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
细微调整配色
This commit is contained in:
parent
93252522e7
commit
3adf99e93e
@ -23,7 +23,7 @@ class HomeViewController: BaseViewController {
|
||||
|
||||
let startButton: FABButton = {
|
||||
let button = FABButton(title: NSLocalizedString("RegisterDevice"))
|
||||
button.backgroundColor = BKColor.white
|
||||
button.backgroundColor = BKColor.grey.lighten5
|
||||
button.transition([.scale(0.75), .opacity(0)])
|
||||
return button
|
||||
}()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user