Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from mfdavies/CSS-updates
Browse files Browse the repository at this point in the history
new styling
  • Loading branch information
bhagya2002 authored Jan 7, 2024
2 parents d88d357 + 15a0ccc commit 46ddec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ExerciseListModal = ({ exercises, onAddExercises, onClose }) => {

const handleSubmit = () => {
onAddExercises(selectedExercises);
onClose();
handleClose();
};

return (
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/practitioner/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Navbar = () => {
};

return (
<div className="navbar bg-base-100">
<div className="navbar bg-gray-50 ml-1">
<div className="flex-1">
<a className="btn btn-ghost text-xl">MobilityMate</a>
</div>
Expand Down

0 comments on commit 46ddec9

Please sign in to comment.