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);*/
}
/*

View File

@@ -75,6 +75,9 @@
--surface-container-outline-high: rgb(83, 99, 109);
--surface-container-outline: rgb(72, 88, 99);
--surface-container-outline-low: rgb(63, 78, 88);
/* Ant Design - Core */
--ant-border-radius: 12px;
--ant-line-width: 1px;
/* Ant Design - Modals */
--ant-color-text: #b4c8d6;
--ant-modal-content-bg: #273f50;