Added initial voice work edit logic (set favorite / delete) on Api and UI layers.
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
--rgb-blue: 115 196 255;
|
||||
--rgb-yellow: 255 224 115;
|
||||
--rgb-on-yellow: 0 0 0;
|
||||
--rgb-orange: 255 167 115;
|
||||
--rgb-pink: 224 104 148;
|
||||
--rgb-on-pink: 255 255 255;
|
||||
--rgb-red: 224 104 104;
|
||||
@@ -74,6 +75,44 @@
|
||||
--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 - Modals */
|
||||
--ant-color-text: #b4c8d6;
|
||||
--ant-modal-content-bg: #273f50;
|
||||
--ant-modal-title-color: #b4c8d6;
|
||||
/* Ant Design - Buttons */
|
||||
/* Button Part I */
|
||||
--ant-btn-text-color: var(--ant-button-default-color);
|
||||
--ant-btn-text-color-hover: var(--ant-button-default-hover-color);
|
||||
--ant-btn-text-color-active: var(--ant-button-default-active-color);
|
||||
--ant-btn-bg-color-container: var(--ant-button-default-bg);
|
||||
--ant-btn-bg-color-hover: var(--ant-button-default-hover-bg);
|
||||
--ant-btn-bg-color-active: var(--ant-button-default-active-bg);
|
||||
/* Part II */
|
||||
--ant-button-default-bg: #1e3545;
|
||||
--ant-button-default-border-color: rgba(180, 200, 214, 0.25);
|
||||
--ant-button-font-weight: 400;
|
||||
--ant-button-icon-gap: 8px;
|
||||
--ant-button-padding-inline: 15px;
|
||||
--ant-button-content-font-size: 14px;
|
||||
--ant-border-radius-lg: 16px;
|
||||
--ant-button-font-weight: 400;
|
||||
--ant-btn-border-width: var(--ant-line-width);
|
||||
--ant-btn-border-color: #000;
|
||||
--ant-btn-border-color-hover: var(--ant-btn-border-color);
|
||||
--ant-btn-border-color-active: var(--ant-btn-border-color);
|
||||
--ant-btn-border-color-disabled: var(--ant-btn-border-color);
|
||||
--ant-btn-border-style: solid;
|
||||
--ant-btn-text-color: #000;
|
||||
--ant-btn-text-color-hover: var(--ant-btn-text-color);
|
||||
--ant-btn-text-color-active: var(--ant-btn-text-color);
|
||||
--ant-btn-text-color-disabled: var(--ant-btn-text-color);
|
||||
--ant-btn-border-color: var(--ant-btn-color-base);
|
||||
--ant-btn-border-color-hover: var(--ant-btn-color-hover);
|
||||
--ant-btn-border-color-active: var(--ant-btn-color-active);
|
||||
--ant-btn-bg-color: var(--ant-btn-bg-color-container);
|
||||
--ant-btn-text-color: var(--ant-btn-color-base);
|
||||
--ant-btn-text-color-hover: var(--ant-btn-color-hover);
|
||||
--ant-btn-text-color-active: var(--ant-btn-color-active);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user