Remove new class

This commit is contained in:
Cohee 2024-09-27 00:46:03 +03:00
parent 4167fe3d2b
commit 50fd3a2028
2 changed files with 1 additions and 3 deletions

View File

@ -149,12 +149,10 @@ body.no-blur .popup[open]::backdrop {
box-shadow: 0 0 5px var(--white20a);
}
.menu_button.primary,
.menu_button.popup-button-ok {
background-color: var(--crimson70a);
}
.menu_button.primary:hover,
.menu_button.popup-button-ok:hover {
background-color: var(--crimson-hover);
}

View File

@ -534,7 +534,7 @@ async function renderDetailsContent(detailsContent) {
const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, {
customButtons: [{
text: 'Save and Update',
classes: ['primary'],
classes: ['popup-button-ok'],
result: POPUP_RESULT.AFFIRMATIVE,
action: () => {
saveChanges = true;