Skip to content

Commit

Permalink
change button from ghost to tertiary
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 committed Sep 20, 2024
1 parent 83e0420 commit 1b47ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/patient/SearchPatientForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ function SearchPatientForm(props) {
  
{dataSourceName === "Open Client Registry" ? (
<Button
kind="ghost"
kind="tertiary"
onClick={() => importPatient(row.id)}
size="md"
>
Expand Down

0 comments on commit 1b47ba3

Please sign in to comment.