feat: Implement dedicated dashboard service and data models, revamp upcoming transactions UI, and update dashboard charts to use new category data.
This commit is contained in:
@@ -181,6 +181,12 @@ body {
|
||||
box-shadow: 0 2px 8px var(--shadow-color);
|
||||
border-radius: 1rem;
|
||||
}
|
||||
.p-button-rounded{
|
||||
background-color: white !important;
|
||||
}
|
||||
.p-button-rounded:hover{
|
||||
background-color: lightgray !important;
|
||||
}
|
||||
|
||||
.p-menu .p-menuitem:hover {
|
||||
background-color: var(--menu-item-hover-bg-color) !important;
|
||||
|
||||
Reference in New Issue
Block a user