Additional UX fixes #1661

Merged
neb-b merged 6 commits from ux-fixes into master 2018-06-25 17:38:12 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a8eeee2bbe - Show all commits

View file

@ -27,3 +27,4 @@ export const UNLOCK = 'Unlock';
export const CHECK_SIMPLE = 'Check';
export const GLOBE = 'Globe';
export const EXTERNAL_LINK = 'ExternalLink';
export const GIFT = 'Gift';

View file

@ -200,7 +200,7 @@ class FilePage extends React.Component<Props> {
{!claimIsMine && (
<Button
button="alt"
icon="Send"
icon={icons.GIFT}
label={__('Enjoy this? Send a tip')}
onClick={() => openModal({ id: MODALS.SEND_TIP }, { uri })}
/>