mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
fix the incorrect text color of the time zone in transaction view dialog on the desktop version
This commit is contained in:
@@ -1253,6 +1253,7 @@ defineExpose({
|
|||||||
|
|
||||||
.transaction-edit-timezone.v-input input::placeholder {
|
.transaction-edit-timezone.v-input input::placeholder {
|
||||||
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity)) !important;
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity)) !important;
|
||||||
|
opacity: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.transaction-edit-map-view {
|
.transaction-edit-map-view {
|
||||||
|
|||||||
Reference in New Issue
Block a user