Skip to content

Commit

Permalink
fix(suite): gap in account type and derivation path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Nov 13, 2023
1 parent c1f3533 commit 2a2e97e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/suite/src/views/wallet/details/index.tsx
@@ -1,7 +1,6 @@
import styled from 'styled-components';

import {
getAccountTypeDesc,
getAccountTypeName,
getAccountTypeTech,
getAccountTypeUrl,
Expand Down Expand Up @@ -44,10 +43,7 @@ const AccountTypeLabel = styled.div`
line-height: 20px;
text-align: center;
min-width: 170px;
div:first-child {
margin-bottom: 8px;
}
gap: 8px;
`;

const StyledCard = styled(Card)`
Expand Down

0 comments on commit 2a2e97e

Please sign in to comment.