From 68cbe73b23341bcaeaed9821566e177b09ea13d3 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 2 Nov 2019 10:59:41 -0400 Subject: [PATCH] Setting lighter tone for activeButton --- src/lib/components/Keyboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/Keyboard.css b/src/lib/components/Keyboard.css index 744b43b2..9425ee9d 100644 --- a/src/lib/components/Keyboard.css +++ b/src/lib/components/Keyboard.css @@ -73,7 +73,7 @@ html { } .simple-keyboard.hg-theme-default .hg-button.hg-activeButton { - background: #a6a6a6; + background: #efefef; } /* When using option "useButtonTag" */