Commit d8fcf99929d5adc65c3e4a275d740804adc148bf

Authored by Neeraj Sharma
1 parent aa8fc50330

fixed grey color on button in calender dashboard

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pages/Dashboard/dashboard.vue
... ... @@ -151,7 +151,7 @@ export default {
151 151 <style>
152 152 @import "fullcalendar/dist/fullcalendar.css";
153 153 .fc button {
154   - background: #39b982 !important;
  154 + background: grey !important;
155 155 border: none;
156 156 border-radius: 4px;
157 157 color: white;
... ...