Skip to content

Commit

Permalink
fix(web): style adjustment in stake and lockedstake components
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Nov 1, 2023
1 parent 255f03d commit d164898
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion web/src/pages/Dashboard/Courts/CourtCard/DesktopCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const StakesContainer = styled.div`
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 220px;
gap: 32px;
`;

Expand Down
1 change: 1 addition & 0 deletions web/src/pages/Dashboard/Courts/CourtCard/LockedStake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const StyledLabel = styled.label`
justify-content: flex-end;
color: ${({ theme }) => theme.primaryText};
font-size: 16px;
text-align: right;
${landscapeStyle(
() => css`
Expand Down
1 change: 0 additions & 1 deletion web/src/pages/Dashboard/Courts/CourtCard/Stake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const StyledLabel = styled.label`
${landscapeStyle(
() => css`
width: 140px;
justify-content: flex-end;
`
)}
Expand Down

0 comments on commit d164898

Please sign in to comment.