toolbar button to undo last step

This commit is contained in:
Joeri Exelmans 2025-10-19 15:11:51 +02:00
parent 59d5e9913a
commit 5e60b3dc95
8 changed files with 99 additions and 31 deletions

View file

@ -1,3 +1,9 @@
.errorStatus {
color: rgb(230,0,0);
/* background-color: rgb(230,0,0); */
background-color: var(--error-color);
color: white;
}
.bottom {
background-color: lightyellow;
}