Skip to content

Commit

Permalink
add default border back in
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJamesHoward committed Aug 30, 2021
1 parent 4392958 commit 4d9ec9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ let ScrollToTop = class ScrollToTop extends LitElement {
cursor: pointer;
padding: 1rem;
border-radius: 1rem;
border: black;
}
</style>
Expand Down
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class ScrollToTop extends LitElement {
cursor: pointer;
padding: 1rem;
border-radius: 1rem;
border: black;
}
</style>
Expand Down

0 comments on commit 4d9ec9e

Please sign in to comment.