Skip to content

Commit c59698d

Browse files
authored
Update colour of disable two factor confirmation button
1 parent 3b16a4c commit c59698d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/scripts/components/dashboard/forms/DisableTwoFactorModal.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ export default ({ ...props }: RequiredModalProps) => {
5757
autoFocus
5858
/>
5959
<div css={tw`mt-6 text-right`}>
60-
<Button disabled={!isValid}>
60+
<Button
61+
color={'red'}
62+
disabled={!isValid}
63+
>
6164
Disable Two-Factor
6265
</Button>
6366
</div>

0 commit comments

Comments
 (0)