Skip to content

Commit

Permalink
Disabled mobile wallets and changed short colors to red
Browse files Browse the repository at this point in the history
  • Loading branch information
BetsyBraddock committed Dec 30, 2020
1 parent e7e75bb commit cfafa44
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 1,117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function ActiveLoanTableDesktop(props: Props) {
{item.icon === 'SHORT' && (
<Icon
icon="circle-arrow-down"
className="text-Gold mx-2"
className="text-Muted_red mx-2"
iconSize={20}
/>
)}{' '}
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/LeverageSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function LeverageSelector(props: Props) {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [items]);

const color = props.position === 'LONG' ? 'var(--teal)' : 'var(--gold)';
const color = props.position === 'LONG' ? 'var(--teal)' : 'var(--Muted_red)';

const active = {
color: color,
Expand Down
101 changes: 0 additions & 101 deletions src/app/components/TutorialDialog/component/index.tsx

This file was deleted.

87 changes: 0 additions & 87 deletions src/app/components/TutorialDialog/component/screen1/index.tsx

This file was deleted.

Loading

0 comments on commit cfafa44

Please sign in to comment.