diff --git a/frontend/src/components/css/bookedAppointment.css b/frontend/src/components/css/bookedAppointment.css index ccc7a7c..5d1543b 100644 --- a/frontend/src/components/css/bookedAppointment.css +++ b/frontend/src/components/css/bookedAppointment.css @@ -7,7 +7,7 @@ th{ width: 100%; } -.btn{ +.btn-booked{ color: black; background-color: red; border-radius: 2; @@ -16,7 +16,7 @@ width: 100%; outline: none; cursor: pointer; } -.btn:hover{ +.btn-booked:hover{ color: white; } th, td {