Finalized delete voice work logic.
All checks were successful
ci / build-test (push) Successful in 2m45s
ci / publish-image (push) Successful in 1m54s

This commit is contained in:
2026-05-09 22:19:44 -04:00
parent 5eecba7eec
commit 06d5aa345d
7 changed files with 72 additions and 9 deletions

View File

@@ -21,10 +21,13 @@
/* Buttons */
.ant-btn {
font-weight: var(--ant-button-font-weight);
border: var(--ant-btn-border-width) var(--ant-btn-border-style) var(--ant-btn-border-color);
/*font-weight: var(--ant-button-font-weight);
border-width: var(--ant-btn-border-width);
border-style: var(--ant-btn-border-style);
border-color: var(--ant-btn-border-color);
color: var(--ant-btn-text-color);
background-color: var(--ant-btn-bg-color);
border-radius: var(--ant-border-radius);*/
}
/*