Skip to content

Commit

Permalink
Round borders. Use softer colors for background
Browse files Browse the repository at this point in the history
  • Loading branch information
Omkar76 committed Nov 28, 2023
1 parent 5e094ed commit 49309d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export const DailyRounds = (props: any) => {
/>
)}
{state.form.clone_last === true && (
<p className="border border-green-800 bg-green-200 p-2 text-green-800">
<p className="rounded border border-green-800 bg-gray-200 p-2 text-green-800">
Field values will be copied from previous log update
</p>
)}
Expand Down

0 comments on commit 49309d6

Please sign in to comment.