Skip to content

Commit

Permalink
fixup! Fix up staking
Browse files Browse the repository at this point in the history
more unused stuff
  • Loading branch information
emccorson committed Jul 24, 2023
1 parent 47be78a commit 3fa285e
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,3 @@ export const StakingOverviewContainer = styled.div`
color: ${(props) => props.theme.colors.utility2.main};
background-color: ${(props) => props.theme.colors.utility1.main80};
`;

export const StakingBalances = styled.div`
width: 100%;
display: grid;
grid-template-columns: minmax(150px, 30%) 1fr;
`;
export const StakingBalancesLabel = styled.div``;

export const StakingBalancesValue = styled.div``;

0 comments on commit 3fa285e

Please sign in to comment.