mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
improve style & close behavior
This commit is contained in:
parent
0a21c0b45f
commit
6e47d1839a
@ -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;
|
||||
|
@ -135,7 +135,9 @@ export default (props) => {
|
||||
profileData={profileData}
|
||||
onDelete={handleCurrentProfileDelete}
|
||||
onSave={handleCurrentProfileDataUpdate}
|
||||
/>)
|
||||
/>, {
|
||||
confirmOnOutsideClick: true
|
||||
})
|
||||
}
|
||||
|
||||
const regenerateStreamingKey = async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user