Skip to content

Commit

Permalink
test: border change
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed Jan 6, 2023
1 parent eb7de63 commit 608af32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tutors-ui/lib/Molecules/Cards/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
} else if (colourInput === "warning") {
return "border-warning-500";
} else if (colourInput === "error") {
return "border-error-500";
return "border-warning-500";
} else return "border-warning-500";
}
Expand Down

0 comments on commit 608af32

Please sign in to comment.