diff --git a/components/CharacterModal/index.tsx b/components/CharacterModal/index.tsx
index 9009bfdf..e7e0ef0d 100644
--- a/components/CharacterModal/index.tsx
+++ b/components/CharacterModal/index.tsx
@@ -254,6 +254,11 @@ const CharacterModal = ({
onEscapeKeyDown={() => {}}
>
+
{t('modals.characters.title')}
diff --git a/components/Dialog/index.scss b/components/Dialog/index.scss
index b93fbc55..29e95084 100644
--- a/components/Dialog/index.scss
+++ b/components/Dialog/index.scss
@@ -40,7 +40,7 @@
.DialogHeader {
display: flex;
align-items: center;
- gap: $unit;
+ gap: $unit-2x;
justify-content: space-between;
.left {
@@ -54,6 +54,11 @@
line-height: 1.25;
}
}
+
+ .DialogImage {
+ border-radius: $input-corner;
+ width: $unit-10x;
+ }
}
.DialogClose {