improve style & close behavior

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

View File

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

View File

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