You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="You are about to overwrite credentials in the target environment. This action cannot be undone and may break existing integrations. Please confirm one more time."
130
+
description={
131
+
<divstyle={{marginTop: '8px'}}>
132
+
<pstyle={{margin: 0,fontWeight: '500'}}>
133
+
You are about to overwrite credentials in the target environment.
134
+
This action cannot be undone and may break existing integrations.
135
+
</p>
136
+
<pstyle={{margin: '8px 0 0 0',color: '#8c8c8c'}}>
137
+
Please confirm one more time.
138
+
</p>
139
+
</div>
140
+
}
94
141
type="error"
95
142
showIcon
96
-
style={{marginBottom: 16}}
143
+
style={{
144
+
marginBottom: 16,
145
+
border: '1px solid #ffebee',
146
+
borderRadius: '8px'
147
+
}}
97
148
/>
98
-
<p><strong>Are you absolutely certain you want to overwrite the credentials?</strong></p>
149
+
<divstyle={{
150
+
padding: '12px 16px',
151
+
backgroundColor: '#fff2f0',
152
+
borderRadius: '8px',
153
+
border: '1px solid #ffccc7'
154
+
}}>
155
+
<pstyle={{
156
+
margin: 0,
157
+
fontWeight: '600',
158
+
color: '#cf1322',
159
+
fontSize: '14px'
160
+
}}>
161
+
Are you absolutely certain you want to overwrite the credentials?
0 commit comments