From ea2c85a42c9c7694a7756c26f64a62c0e4d85c8d Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sun, 1 Mar 2020 12:06:53 -0500 Subject: [PATCH] Adjust keyboard background --- 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 c266fd83..72dbbca7 100644 --- a/src/lib/components/Keyboard.css +++ b/src/lib/components/Keyboard.css @@ -24,7 +24,7 @@ .hg-theme-default { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; - background-color: rgba(0, 0, 0, 0.1); + background-color: #ececec; padding: 5px; border-radius: 5px; }