diff --git a/wallet/src/semantic-ui/site/collections/table.variables b/wallet/src/semantic-ui/site/collections/table.variables index 5ebb3109e..64c93b19a 100644 --- a/wallet/src/semantic-ui/site/collections/table.variables +++ b/wallet/src/semantic-ui/site/collections/table.variables @@ -8,9 +8,9 @@ @activeColor: @black; -@activeBackgroundColor: @activeBgColor; -@headerBackground: @headerBgColor; -@headerColor: @white; +/* @activeBackgroundColor: @activeBgColor; +@headerBackground: @headerBgColor; +@headerColor: @white; */ @rowBorder: 4px solid @internalBorderColor; @headerBorder: 4px solid @white; diff --git a/wallet/src/semantic-ui/site/globals/site.variables b/wallet/src/semantic-ui/site/globals/site.variables index afde9dfc2..54327fe55 100644 --- a/wallet/src/semantic-ui/site/globals/site.variables +++ b/wallet/src/semantic-ui/site/globals/site.variables @@ -1,5 +1,5 @@ /******************************* User Global Variables *******************************/ -@primaryColor: #8248E5; -@pageBackground: #eff0f1; +/*@primaryColor: #8248E5; +@pageBackground: #eff0f1;*/ diff --git a/wallet/src/semantic-ui/site/modules/modal.variables b/wallet/src/semantic-ui/site/modules/modal.variables index 3537dd06c..3b3946c1e 100644 --- a/wallet/src/semantic-ui/site/modules/modal.variables +++ b/wallet/src/semantic-ui/site/modules/modal.variables @@ -5,10 +5,10 @@ @activeBgColor: #9e9ee6; @headerBgColor: #6f56b1; @backgroundImage: none; -@background: @backgroundColor @backgroundImage; +/*@background: @backgroundColor @backgroundImage; @activeColor: @black; @activeBackgroundColor: @activeBgColor; @headerBackground: @headerBgColor; -@headerColor: @white; \ No newline at end of file +@headerColor: @white;*/ \ No newline at end of file diff --git a/wallet/src/views/transactions/components/transactions/transactions-modal.view.jsx b/wallet/src/views/transactions/components/transactions/transactions-modal.view.jsx index 748ce8cfd..fb59a7b56 100644 --- a/wallet/src/views/transactions/components/transactions/transactions-modal.view.jsx +++ b/wallet/src/views/transactions/components/transactions/transactions-modal.view.jsx @@ -229,7 +229,7 @@ function TransactionsModal({ token, login, transactions, onSubmitTx, onCancelTx : [] } onChange={(e, { value }) => setTokenId({ value, error: null })} - error={tokenId.error} + error={tokenId.error !== null} /> @@ -265,7 +265,7 @@ function TransactionsModal({ token, login, transactions, onSubmitTx, onCancelTx
-