Added missing alerts on add buttons.

This commit is contained in:
Christian Bastian
2024-01-03 12:35:01 -05:00
parent c7e90b7f75
commit 6891378f81
2 changed files with 44 additions and 25 deletions

View File

@@ -123,12 +123,12 @@
opacity: 1;
}
.comfy-grid .model-button.copy-alert-success {
.comfy-grid .model-button.model-button-success {
color: green;
border-color: green;
}
.comfy-grid .model-button.copy-alert-fail {
.comfy-grid .model-button.model-button-failure {
color: darkred;
border-color: darkred;
}