Skip to content

Commit

Permalink
Changed Badge state background border to match bg color for info state (
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich authored Aug 27, 2024
1 parent 33a29cd commit 01c5bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default defineComponent({
border-radius: 20px;
&.bg-info {
border-color: var(--primary);
border-color: var(--info);
}
&.bg-error {
Expand Down

0 comments on commit 01c5bb4

Please sign in to comment.