From d37a7ca681be3dd82592457587c27c7c9828387c Mon Sep 17 00:00:00 2001 From: Ajay Poshak Date: Mon, 18 Nov 2019 11:45:38 +0530 Subject: [PATCH] Update button styling --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 4289098..2cbac7d 100644 --- a/index.js +++ b/index.js @@ -58,8 +58,10 @@ function Coachmark() { padding: 0.5rem; font-size: 0.9rem; border-radius: 5px; - appearance: none; + border: 1px solid #666; -moz-appearance: none; + background-color: #fff; + -webkit-appearance: none; `; function init() {