fix: Two-factor activation modal (#736)

This commit is contained in:
Aman Harwara
2021-11-12 22:47:47 +05:30
committed by GitHub
parent 8c1c00ec75
commit 08cd020402
2 changed files with 2 additions and 5 deletions

View File

@@ -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}