improve style & close behavior

This commit is contained in:
SrGooglo 2023-10-10 13:39:25 +00:00
parent 9aee3d2a30
commit aeae8b8fc6
2 changed files with 4 additions and 6 deletions

View File

@ -2,11 +2,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 30px; width: 100%;
background-color: var(--background-color-accent);
border-radius: 12px;
.field { .field {
display: flex; display: flex;

View File

@ -135,7 +135,9 @@ export default (props) => {
profileData={profileData} profileData={profileData}
onDelete={handleCurrentProfileDelete} onDelete={handleCurrentProfileDelete}
onSave={handleCurrentProfileDataUpdate} onSave={handleCurrentProfileDataUpdate}
/>) />, {
confirmOnOutsideClick: true
})
} }
const regenerateStreamingKey = async () => { const regenerateStreamingKey = async () => {