support showing transaction tag in transaction list page

This commit is contained in:
MaysWind
2024-07-10 00:34:20 +08:00
parent 4b249a0ebb
commit 84a96d80b7
19 changed files with 163 additions and 8 deletions
+2
View File
@@ -98,10 +98,12 @@ i.icon.la, i.icon.las, i.icon.lab {
/** custom class **/
:root {
--default-icon-color: #000;
--ebk-transaction-tag-chip-bg-color: rgba(0, 0, 0, 0.04);
}
:root.dark {
--default-icon-color: #fff;
--ebk-transaction-tag-chip-bg-color: rgba(255, 255, 255, 0.04);
}
.pin-codes-input {