mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
improve style & close behavior
This commit is contained in:
parent
9aee3d2a30
commit
aeae8b8fc6
@ -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;
|
||||||
|
@ -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 () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user