Skip to content

Commit 8155592

Browse files
committed
updating button variant
1 parent 3273e45 commit 8155592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/settings/two-factor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export default function TwoFactor({ enabled: initialEnabled, confirmed: initialC
312312
{showingRecoveryCodes && (
313313
<Button
314314
size="sm"
315-
variant="secondary"
315+
variant="outline"
316316
className="text-stone-600"
317317
onClick={(e) => {
318318
e.preventDefault();

0 commit comments

Comments
 (0)