mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support showing transaction tag in transaction list page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user