Skip to content

Commit

Permalink
removed gap
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Apr 30, 2024
1 parent c43a591 commit 9cc736b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/src/components/transaction/spec_controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export class SpecControlsComponent extends LitElement {
}

render() {



return html`
<sl-button variant="default" size="small" @click="${this.toggleSpec}">
<sl-icon slot="prefix" name="${this.specVisible? 'eye-slash' : 'eye'}"></sl-icon>
Expand Down

0 comments on commit 9cc736b

Please sign in to comment.