Skip to content

Commit 6ab3754

Browse files
committed
Make SettingsButton & SettingsButtonLink styles match
1 parent fcd2229 commit 6ab3754

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/settings/settings-components.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ const SettingsButtonCss = css`
1717
export const SettingsButton = styled(Button)`${SettingsButtonCss}`;
1818
export const SettingsButtonLink = styled(ButtonLink)<{
1919
highlight?: boolean
20-
}>`
21-
${SettingsButtonCss}
22-
margin-right: 10px;
23-
`;
20+
}>`${SettingsButtonCss}`;
2421

2522
export const SettingsExplanation = styled.p`
2623
font-style: italic;

src/components/settings/settings-page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ const AccountDetailsContainer = styled.div`
7272

7373
const AccountControls = styled.div`
7474
margin-top: 30px;
75+
7576
display: flex;
7677
flex-direction: row;
78+
flex-wrap: wrap;
79+
gap: 10px;
7780
`;
7881

7982
const AccountContactFooter = styled.div`

0 commit comments

Comments
 (0)