Skip to content

Commit 075454c

Browse files
authored
chore: use consistent button type for settings (#3362)
1 parent 9f54fa8 commit 075454c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPageView.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ export const SSHKeysPageView: FC<SSHKeysPageViewProps> = ({
5353
<>
5454
<CodeExample code={sshKey.public_key.trim()} />
5555
<div>
56-
<Button variant="outlined" onClick={onRegenerateClick}>
57-
{Language.regenerateLabel}
58-
</Button>
56+
<Button onClick={onRegenerateClick}>{Language.regenerateLabel}</Button>
5957
</div>
6058
</>
6159
)}

0 commit comments

Comments
 (0)