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
|
autoFocus
|
||||||
/>
|
/>
|
||||||
<div css={tw`mt-6 text-right`}>
|
<div css={tw`mt-6 text-right`}>
|
||||||
<Button disabled={!isValid}>
|
<Button
|
||||||
|
color={'red'}
|
||||||
|
disabled={!isValid}
|
||||||
|
>
|
||||||
Disable Two-Factor
|
Disable Two-Factor
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue