Skip to content

Commit

Permalink
fix: button, appbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanrk committed Jun 14, 2022
1 parent a114328 commit dd6b1c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion components/app-bar/src/AppBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@
@media (max-width: $sm) {
&__logo {
width: 100%;
text-align: left;
margin: 1rem;
div {
Expand Down
1 change: 1 addition & 0 deletions components/button/src/Button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{...$$restProps}
bind:this={ref}
on:click
on:touchstart
>
<slot />
</button>
Expand Down

0 comments on commit dd6b1c4

Please sign in to comment.