chore: tweak dialog styles

This commit is contained in:
Steven
2023-12-10 15:47:01 +08:00
parent e7d2bd0be6
commit 5f69ab67df
7 changed files with 10 additions and 10 deletions

View File

@ -87,7 +87,7 @@ const CreateAccessTokenDialog: React.FC<Props> = (props: Props) => {
return (
<Modal open={true}>
<ModalDialog>
<div className="flex flex-row justify-between items-center w-80 sm:w-96 mb-4">
<div className="flex flex-row justify-between items-center w-80">
<span className="text-lg font-medium">Create Access Token</span>
<Button variant="plain" onClick={onClose}>
<Icon.X className="w-5 h-auto text-gray-600" />