Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
fix(ui): fix #44 increase settings icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedybaird committed Jun 26, 2018
1 parent 258f8f0 commit fd29bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/account-card/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{#if hideHistory}}
{{#link-to 'wallets.overview.accounts.settings' account bubbles=false class='settings' title=(t 'editAccountSettings')}}
{{bs-tooltip fade=true delayShow=500 placement='top' title=(t 'editAccountSettings')}}
{{fa-icon 'cog' ariaLabel=(t 'editAccountSettings')}}
{{fa-icon 'cog' size='2' ariaLabel=(t 'editAccountSettings')}}
{{/link-to}}
{{qr-code text=account.id width=170 height=170}}
{{/if}}
Expand Down

0 comments on commit fd29bb2

Please sign in to comment.