From a9e8251e59b0883700cc45e6a98870681a202d8c Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Mon, 30 May 2022 07:33:35 +0200 Subject: [PATCH] Fix buttons.md --- docs/tips/buttons.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tips/buttons.md b/docs/tips/buttons.md index 30331fa..52fb3b2 100644 --- a/docs/tips/buttons.md +++ b/docs/tips/buttons.md @@ -1,3 +1,5 @@ +# Changing button colors + Here i want to explain to you how you would create a button with the default color gray, and as long as the user is clicking on the button it will change its color to black (the default frame-background is lightGray). To make this possible the button needs 1 onClick event, 1 onClickUp event and 1 onLoseFocus event.