mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-22 08:13:53 +00:00
one more improvement
This commit is contained in:
parent
8f80b7e066
commit
0ad8e61c0c
@ -180,7 +180,7 @@ fun main() {
|
|||||||
val hex = Color.Hex("#${r.toString(16)}${g.toString(16)}${b.toString(16)}")
|
val hex = Color.Hex("#${r.toString(16)}${g.toString(16)}${b.toString(16)}")
|
||||||
webApp.setHeaderColor(hex)
|
webApp.setHeaderColor(hex)
|
||||||
(this as? HTMLButtonElement) ?.style ?.backgroundColor = hex.value
|
(this as? HTMLButtonElement) ?.style ?.backgroundColor = hex.value
|
||||||
textContent = hex.value
|
textContent = "Header color: ${hex.value.uppercase()} (click to change)"
|
||||||
}
|
}
|
||||||
addEventListener("click", {
|
addEventListener("click", {
|
||||||
updateHeaderColor()
|
updateHeaderColor()
|
||||||
|
Loading…
Reference in New Issue
Block a user