From 92f543490e8a3650e9490ccf020757131587a8aa Mon Sep 17 00:00:00 2001 From: diminator Date: Mon, 21 Sep 2015 11:26:36 +0200 Subject: [PATCH] buttonlink style --- .../components/ikonotv/ascribe_buttons/ikonotv_submit_button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/whitelabel/wallet/components/ikonotv/ascribe_buttons/ikonotv_submit_button.js b/js/components/whitelabel/wallet/components/ikonotv/ascribe_buttons/ikonotv_submit_button.js index 7f1723cd..523f9fe2 100644 --- a/js/components/whitelabel/wallet/components/ikonotv/ascribe_buttons/ikonotv_submit_button.js +++ b/js/components/whitelabel/wallet/components/ikonotv/ascribe_buttons/ikonotv_submit_button.js @@ -40,7 +40,7 @@ let IkonotvSubmitButton = React.createClass({ 'start_from': startFrom, 'piece_id': piece.id }} - className={classNames('btn', 'btn-default', this.props.className)}> + className={classNames('ascribe-margin-1px', this.props.className)}> {getLangText('Loan to IkonoTV')} );