forked from Alex/Pterodactyl-Panel
Update colour of disable two factor confirmation button
This commit is contained in:
parent
3b16a4c5ab
commit
c59698d055
@ -57,7 +57,10 @@ export default ({ ...props }: RequiredModalProps) => {
|
||||
autoFocus
|
||||
/>
|
||||
<div css={tw`mt-6 text-right`}>
|
||||
<Button disabled={!isValid}>
|
||||
<Button
|
||||
color={'red'}
|
||||
disabled={!isValid}
|
||||
>
|
||||
Disable Two-Factor
|
||||
</Button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user