Skip to content

Commit

Permalink
Merge pull request #9017 from AugurProject/8868-minor-label-fix
Browse files Browse the repository at this point in the history
fix label
  • Loading branch information
mergify[bot] authored Aug 13, 2020
2 parents 47c0453 + bd1b36a commit 97b02a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/augur-ui/src/modules/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -932,9 +932,9 @@ export const TOTAL_FROZEN_FUNDS = 'Total Frozen Funds';
export const REP_BALANCE = 'REPv2 Balance';
export const REP_STAKED = 'REPv2 Staked';
export const TOTAL_ACCOUNT_VALUE_IN_DAI = 'Total Account Value';
export const TOTAL_ACCOUNT_VALUE_IN_REP = 'My Available REPv2 Balance ';
export const TOTAL_ACCOUNT_VALUE_IN_REP = 'MY AVAILABLE REPv2 BALANCE';
export const ALL_TIME_PROFIT_AND_LOSS_REP = 'All Time Profit and Loss';
export const MY_TOTOL_REP_STAKED = 'My Total REPv2 Staked';
export const MY_TOTOL_REP_STAKED = 'MY TOTAL REPv2 STAKED';
export const REPORTING_ONLY_BANNER = 'Reporting only, trading is disabled '

// Account Summary - Augur Status
Expand Down
1 change: 0 additions & 1 deletion packages/augur-ui/src/modules/common/labels.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ div.LinearPropertyViewTransaction {

color: @color-primary-text;
flex: 0 auto;
text-transform: uppercase;

@media @breakpoint-mobile {
.mono-14;
Expand Down
1 change: 0 additions & 1 deletion packages/augur-ui/src/modules/reporting/common.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ div.ReportingSubheaders {
max-width: 466px;
padding: @size-16;
position: relative;
text-transform: uppercase;

> p {
.text-18;
Expand Down

0 comments on commit 97b02a9

Please sign in to comment.