fix: Two-factor activation modal (#736)
This commit is contained in:
@@ -31,7 +31,7 @@ export const ModalDialogLabel: FunctionComponent<{
|
||||
closeDialog: () => void;
|
||||
className?: string;
|
||||
}> = ({ children, closeDialog, className }) => (
|
||||
<AlertDialogLabel className={className}>
|
||||
<AlertDialogLabel className={`sk-panel-header px-4.5 ${className}`}>
|
||||
<div className="w-full flex flex-row justify-between items-center">
|
||||
<div className="flex-grow color-text text-base font-medium">
|
||||
{children}
|
||||
|
||||
@@ -154,10 +154,7 @@ export const ChangeEmail: FunctionalComponent<Props> = ({
|
||||
return (
|
||||
<div>
|
||||
<ModalDialog>
|
||||
<ModalDialogLabel
|
||||
closeDialog={handleDialogClose}
|
||||
className="sk-panel-header px-4.5"
|
||||
>
|
||||
<ModalDialogLabel closeDialog={handleDialogClose}>
|
||||
Change Email
|
||||
</ModalDialogLabel>
|
||||
<ModalDialogDescription className="px-4.5">
|
||||
|
||||
Reference in New Issue
Block a user