diff --git a/src/assets/theme.css b/src/assets/theme.css index f425997..c2ec0f9 100644 --- a/src/assets/theme.css +++ b/src/assets/theme.css @@ -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; diff --git a/src/components/dashboard/DashboardCharts.vue b/src/components/dashboard/DashboardCharts.vue index 0bf2cb8..0dc81a3 100644 --- a/src/components/dashboard/DashboardCharts.vue +++ b/src/components/dashboard/DashboardCharts.vue @@ -1,6 +1,7 @@