Skip to content

Commit

Permalink
Update button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayPoshak committed Nov 18, 2019
1 parent 49f61f0 commit d37a7ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d37a7ca

Please sign in to comment.